Week 6 ends - Python
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from sys import argv
|
||||
|
||||
if len (argv) == 2:
|
||||
name = argv[1]
|
||||
print(f"hello, {name}")
|
||||
|
||||
else:
|
||||
print("Hello, World")
|
||||
Reference in New Issue
Block a user