Answered step by step
Verified Expert Solution
Link Copied!

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 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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions