Question: Can someone please help with problem 1? I have to write a code that follows the step-by-step instructions seen in red in the Linux Mint
Can someone please help with problem 1? I have to write a code that follows the step-by-step instructions seen in red in the Linux Mint software.
Problem 1. (Name and Age) Write a program name age.py that takes two strings name and age as command-line arguments and writes the output "name is age years old. $ python name_age.py Alice 19 Alice is 19 years old. Linux Mint [Running] *name age.py-/home/student/coursework/homework2ame age.py (3.5.2)* File Edit Format Run Options Window Help # name.age.py: takes two strings name and age as command-line arguments and # writes the output "name is age years old." import stdio import sys # Get name from command line. # Get age from command line. # Write the output "name is age years old
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
