THEJOEMAN23
@THEJOEMAN23
I got this idea from the super hero generator thingy and wanted to learn about random.randint since than im new with the randomize thing.
7DAF15DE-FD
Python
Small project for some other thing...
I need help with this line 14 and i cant figure out how to solve it cuz it doesn’t make sense...
Long story shor
Python
im pretty shure that it will work except one problem
on the first question the game stoppes and i dont know why
can sombody tell me plz?
Python
Zavexeon On line 9 you have break which is causing the program to exit from the while loop.3 years ago
this thing teaches beginners how to use the print(" ") and the for i in range( ):
Python
In this game there is a story in wich you get to choose what happenes. (There is a small problem in it, so if you know what the problem is then tell m
Python (with Turtle)
mwilki7 cha = ('A')
chb = ('B')
how come these are in parentheses
i cant think how they would cause any problems but try instead
cha = 'A'
chb = 'B'
`3 years ago
THEJOEMAN23 What does “ExternalError: ReferenceError: Cant find variable: $loadname11 on line 14” mean?3 years ago
this is a game that if you enter you favorite food then it will draw the food you picked
Python (with Turtle)