Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started