Starting Point
This commit is contained in:
3
Pass1/Inputs.py
Executable file
3
Pass1/Inputs.py
Executable file
@@ -0,0 +1,3 @@
|
||||
#simple code to accept values from command line. Easiest to test in IDLE
|
||||
input_var = input("Enter something: ")
|
||||
print ("you entered " + input_var)
|
||||
Reference in New Issue
Block a user