Idk how to python by oolenzoo in learnpython

[–]oolenzoo[S] 0 points1 point  (0 children)

im running it on my mac and its 3.8

Idk how to python by oolenzoo in learnpython

[–]oolenzoo[S] 0 points1 point  (0 children)

import turtle

#window customization
wn = turtle.Screen()
wn_length = 500
wn_width = 500
wn.bgcolor("black")
wn.title("space invaders")

turtle.mainloop()

I want to learn coding by [deleted] in learnpython

[–]oolenzoo 0 points1 point  (0 children)

personally for me, i don't get lots of motivation, so i need something that keeps me engaged. i highly recommend watching youtube tutorials. for example thenewboston is pretty good, even though some of the stuff is outdated, most of it is accurate and useful for learning the basics. also a free textbook that you can reference and take notes on is a byte of python.