4 lines
90 B
Python
4 lines
90 B
Python
import sys
|
|
|
|
print("Can we get the thing to work?")
|
|
print("First argument: " + sys.argv[1]) |