@haughty jolt
#can someone help me fix this?
1 messages · Page 1 of 1 (latest)
Fix what? You've not outlined any problems.
It's literally linked by the bot in the first message
Please don't share the same code a third time in a third format
Why are you having so much difficulty with such simple stuff
cuz headache
What’s the problem with the code
the code functions
like i said
started as a guessing game
i started adding functions
then it became its own thing
run it and you will see
problem is
it does not run how i want it to
Im not on my laptop rn
- The
globalkeyword is not used properly. Whenever we want to change the value of a global variable within a function, we need to use theglobalkeyword. However, this has not been done in some functions, such asnext_round(). - The
high_scorevariable is used within theplay_round()function, but it has not been declared as a global variable. - The
root.update()function in thenext_round()function is incomplete. It should be updated toroot.update_idletasks()orroot.update(). - The
range_entryandrange_buttonwidgets have not been defined.
Not mine i use chat gpt 
This should be your problem
Try it first
well
Dont celebrate early
i found the mistakes with chatgpt
It’s not 100% correct
still