Question: Convert a Python program into a linux bash script, the first parameter on the command line should be the name, and the second should be
Convert a Python program into a linux bash script, the first parameter on the command line should be the name, and the second should be the age
if name == 'Alice': print('Hi, Alice.') elif age < 12: print('You are not Alice, kiddo.') elif age > 100: print('You are not Alice, grannie.') elif age > 2000: print('Unlike you, Alice is not an undead, immortal vampire.')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
