Question: Aim Create a Python Script that executes from the command line. It should take the initials and nickname of a name as arguments and give

Aim
Create a Python Script that executes from the command line. It should take the initials and nickname of a name as arguments and give the output as shown in Figure 1.6.
Steps for Completion
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.

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!