You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a simple Python script called hello.py at the repository root that prints 'Hello, World!' when run. The script should also accept an optional name argument: python hello.py Alice should print 'Hello, Alice!'.
Create a simple Python script called hello.py at the repository root that prints 'Hello, World!' when run. The script should also accept an optional name argument:
python hello.py Aliceshould print 'Hello, Alice!'.