hello.py 78 B

123
  1. import sys
  2. print(f'Hello, {sys.argv[1] if len(sys.argv) > 1 else "world"}!')