Question: Go to your main.py file and import the sys built - in python module. Use two print statements to print Initials: and Nickname:. Also, use

Go to your main.py file and import the sys built-in python module.
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.
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.
If upon run you get the following error: IndexError: list index out of range. Make sure to pass two string arguments when running the script, like the example below.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!