I was trying to run this:
import sys
# Program
print("Hallo",sys.argv[1])
But getting this error:
Traceback (most recent call last):
File "C:\Users\Shakh\Desktop\Hello3.py", line 4, in
print("Hallo",sys.argv[1])
IndexError: list index out of range