Python Forum
What's wrong with my code and visuals for python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's wrong with my code and visuals for python?
#1
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 Big Grin I really appreciate it!
Reply
#2
  • : after if percent > 90, not open parenthesis
  • you forgot print statement before 'Awesome job!! You really know your times tables!'
visuals is a whole learning experience in itself.
Since you are writing a game, I'd recommend using PyGame for the entire application,
Toy will find a complete 8 part tutorial starting here: https://python-forum.io/Thread-PyGame-Cr...dow-part-1
created by our own Metulburr
Reply
#3
Thank you so much! I appreciate it :)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  im not sure what ive done wrong code doesnt run dgizzly 3 1,345 Nov-16-2022, 03:02 AM
Last Post: deanhystad
  what is wrong with my code 53535 4 1,521 Apr-07-2022, 11:37 AM
Last Post: 53535
  What's wrong with my code? NeedHelpPython 4 2,190 Oct-22-2021, 07:59 PM
Last Post: Yoriz
  Help with my code due 11:59 pm, can you tell me where I went wrong and help fix it? shirleylam852 1 2,644 Dec-09-2020, 06:37 AM
Last Post: stranac
  I am getting an incorrect average, and not sure why? What's wrong with my code? shirleylam852 8 4,655 Nov-20-2020, 05:32 AM
Last Post: deanhystad
  Something is Wrong with my code susmith552 4 3,026 Nov-28-2019, 02:16 AM
Last Post: susmith552
  What is wrong with my code? Than999 1 2,368 Nov-10-2019, 08:59 PM
Last Post: ichabod801
  Wrong output on my code. JTNA 2 7,881 Apr-04-2019, 01:55 PM
Last Post: JTNA
  Why is this code wrong? Lemmy 4 5,171 Apr-05-2018, 03:46 PM
Last Post: Lemmy
  whats wrong with my code? syntax errors r6lay 5 6,458 Mar-16-2017, 04:14 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020