Today in class I made a WordPress Website.
I also watched a YouTube video about how to make a Snake game in Python for beginners. And I started to make the snake game.
Links: https://www.youtube.com/watch?v=J5yJilI-Af4&list=PLlEgNdBJEO-n8k9SR49AshB9j7b5Iw7hZ&index=3
To get points:
- An explanation of what you made.
- Something you learned
- Screenshot
- Code Snippets
- Links

wn.onkeypress(go_up, "w")
wn.onkeypress(go_down, "s")
wn.onkeypress(go_left, "a")
wn.onkeypress(go_right, "d")
This is the code to control how the snake’s head moves.
No Responses