User input and randomness

Jump to TL;DR (summary)

Sometimes we want to be able to read in input from the user, and python makes that nice and easy for us.

input("Enter a number: ") # Prints "Enter a number: " and waits for user input

This page is incomplete... If you need the information that would normally be on this page, please email me at 21kohnenz@wpsraiders.org

Too Long; Didn't Read

If you want an abridged version, you can look at just the code that I have gone over here