Question: # 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
# 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. name = ...
# Get age from command line. age = ...
# 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
