Jack-S
@Jack-S
; - ;
Hey! I recently had the idea to make a rather large local multiplayer game. However, I quickly discovered that in order to make the game as large as I
Python
Just a little contact book.
ALSO: I don't know how to, but if anyone who sees this knows how to make it so that the program gives you a unique code t
Python
Whie? Beecauzse iym [email protected] hooman.
(That bad spelling took a lot of effort.)
Python
Just a little game about mad libs. Fun with friends! If it gets a lot of support I might expand it ;)
Python
In this simulation you play a drop of water. You don't have to do anything, just watch. Feel free to add suggestions on what to add!
Python
Before we begin:
I couldn't find any other basic Python tutorials so I decided to make one, but I apologize if there are any other tutorials that I mi
TomesOfTomes Great simple tutorial. Question: With the while loop I couldn't figure out how to determine which statements are in the loop or not. In many languages a loop starts with a symbol, for example some bracket, like a curly bracket {, and then ends with a closing bracket }. Does Python only care about the indentation? Or is there some other way it knows when which statements are part of the while loop?1 year ago