Just finished my latest project

I just finished my latest project

It is a math quiz

I craated it for my brother

Link to my repl

Do you like my Repl and is there anything I could change to make it better
  • Yes and No
  • Yes and Yes
  • No and No
  • No and Yes
  • No Comment

0 voters

1 Like

Your program has an error…

  File "main.py", line 40
    work = 11
            ^
TabError: inconsistent use of tabs and spaces in indentation

yes i have now fixed it

Hi @PrestonCurtis1 I like this! Well done for creating something useful for your brother to use too.

My only comment would be to work out how to round the floating point number for your percentage to for example 2 decimal places. This would make your UI look even better.

image

1 Like

k i can just do

round(percent, 2)

1 Like