turtlecode / Create-Math-Game-Using-Python

Create Math Game Using Python
1 stars 1 forks source link

#24.8.22 improvements #1

Open iso25010 opened 2 years ago

iso25010 commented 2 years ago

The following problems were fixed: 1) guess is now the same type as answer int(). 2) error handling of a wrong input. The program accepts only integers. 3) optimization of the function random_problem() 4) division ( num_1 / num_2 ) returns int() now not flow()

A new branch is placed here https://github.com/iso25010/Create-Math-Game-Using-Pytho_bugFix_24.8.22.git. I didn't want to create a new branch here. Please feel free to merge it ;-)

Regards -Z-

turtlecode commented 2 years ago

Perfect! Thanks alot. How do you reach me? Have you ever watched my videos on turtle code youtube? Also Do you have any suggestion?

iso25010 @.***>, 24 Ağu 2022 Çar, 01:39 tarihinde şunu yazdı:

The following problems were fixed: 1) guess is now the same type as answer int(). 2) error handling of a wrong input. The program accepts only integers. 3) optimization of the function random_problem() 4) division ( num_1 / num_2 ) returns int() now not flow()

A new branch is placed here https://github.com/iso25010/Create-Math-Game-Using-Pytho_bugFix_24.8.22.git. I didn't want to create a new branch here. Please feel free to merge it ;-)

Regards -Z-

— Reply to this email directly, view it on GitHub https://github.com/turtlecode/Create-Math-Game-Using-Python/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUJWELY3IMCKFVYXPSVI7I3V2VHLPANCNFSM57NF33DA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

iso25010 commented 2 years ago

Hi, I'm a member of a facebook group named Python https://www.facebook.com/groups/python/ where you promoted TurtleCode. Do you want me to merge the code for the game?

turtlecode commented 2 years ago

Yes, please!

On Wed, Aug 24, 2022, 8:45 PM -Z- @.***> wrote:

Hi, I'm a member of a facebook group named Python https://www.facebook.com/groups/python/ where you promoted TurtleCode. Do you want me to merge the code for the game?

— Reply to this email directly, view it on GitHub https://github.com/turtlecode/Create-Math-Game-Using-Python/issues/1#issuecomment-1226043345, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUJWEL6FONUY3Y3HCZ7IIKDV2ZNTPANCNFSM57NF33DA . You are receiving this because you commented.Message ID: @.***>

iso25010 commented 2 years ago

I don't have any access to write the changes. I have prepared a pull request. Could you please commit the changes? Thanks