Question: Im trying to buld some grafic with code but when I run the code the screen just blink for a second so I can just se what i coded for a second ? Im a SUPER beginner
Repl link: main.py - Turtle Test - Replit
code snippet
Question: Im trying to buld some grafic with code but when I run the code the screen just blink for a second so I can just se what i coded for a second ? Im a SUPER beginner
Repl link: main.py - Turtle Test - Replit
code snippet
Put turtle.mainloop()
or input()
as the last line of the program.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.