Lab Activity 2: Running Simple Python Scripts
Running Simple Python Scripts
main.py
Terminal
workspace $ []
L
Steps for Completion:
1. Go to your main.py file and import the sys built-in Python module.
2. Use two print statements to print "Initials:" and "Nickname".
Also, use these print statements to print 20 dashes as borders above and below the initials and nickname.
3. Two parameters should be passed with the script: one for the initials and the second for the nickname.
Run the script with the "python3 main.py" command and pass two string arguments.