initial creation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys # <1>
|
||||
|
||||
print(sys.argv) # <2>
|
||||
|
||||
name = sys.argv[1] # <3>
|
||||
print("name is", name)
|
||||
Reference in New Issue
Block a user