Question: I'm new to programming and Python. I'm trying to figure out the answer to this problem. For the live of me I can't seem to
I'm new to programming and Python. I'm trying to figure out the answer to this problem. For the live of me I can't seem to get it right. I'm just not getting it and I feel so stupid.
The topic is Reading multiple data types.
Type two statements. The first reads user input into person_name. The second reads user input into person_age. Below is a sample output for the given program if the user's input is: Amy 4
In 5 years Amy will be 9
person_name = ''
person_age = 0
print('In 5 years', person_name, 'will be', person_age + 5)
Can you please walk me through this?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
