Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 builtin python module.
Use two print statements to print Initials: and Nickname:. Also, use these print statements to print 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 python 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started