Question: I'm Stuck on main(): name=input( Amanda ) age=input( 15 ) born= 2005 - int (age) print ( Hello name! You were born in , str(born),+
I'm Stuck on
main(): name=input("Amanda") age=input("15") born=2005-int(age) print("Hello name!" "You were born in", str(born),+".") 3 4 5 6 7 main() main Run:
I need to use the input:
What is your name? Amanda
How old are you? 15
Output:
Hello Amanda ! You were born in 2005
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
