Mar-16-2018, 11:48 PM
Hi,
I'm new to coding and I am making a math game for a school project.
1) I have one last line of code that has an error but I can't figure out what the error is?
Here is the code:
if percent > 90 (
'Awesome job!! You really know your times tables! '
'You got ', percent ,'' correct.')
It would be awesome if someone can tell me how to fix it!
2) I also need to add visuals to make a functioning game. Does anyone know how to do it on a Mac or Using Xcode? Or could you recommend some programs I can use that are beginner friendly to create a functioning game in Python?
Thank you so much! Please reply ASAP if you can
I really appreciate it!
I'm new to coding and I am making a math game for a school project.
1) I have one last line of code that has an error but I can't figure out what the error is?
Here is the code:
if percent > 90 (
'Awesome job!! You really know your times tables! '
'You got ', percent ,'' correct.')
It would be awesome if someone can tell me how to fix it!
2) I also need to add visuals to make a functioning game. Does anyone know how to do it on a Mac or Using Xcode? Or could you recommend some programs I can use that are beginner friendly to create a functioning game in Python?
Thank you so much! Please reply ASAP if you can
