Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

Explain similarities between factor analysis and cluster analysis.

Answered: 1 week ago