Input

At some point you are going to want to get some input from the user.   To do this we ask the user a question and assign the answer to a variable. 

In Python 3, you would use:

playerName = input("What is your name?")

but in Python 2.7 it was:

rawInput.png - 11/2015

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.