Quantcast
Channel: matt392 [INSTRUCTABLES]
Viewing all articles
Browse latest Browse all 167

Python - Input Data Into Variable

$
0
0
# Input data using Python; then print out inputted data # Using the "input" command, take data that is typed in and place it into # the variable "dataEntered" print("This program will have the user enter data and print it back to the screen") dataEntered = input("Enter data: ") print("The data en...
By: matt392

Continue Reading »

Viewing all articles
Browse latest Browse all 167

Trending Articles