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
Steps for Completion
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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
