Question: What code is is missing from line 2 in order to run this program and out the following result. CODE: 1) age = int(input(Please

What code is is missing from line 2 in order to run this program and out the following result. CODE: 1) age = int(input("Please enter your age:")) 2) 3) print("You are " + age + "years old.") OUTPUT: Please enter your age:22 You are 22 years old.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
