Question: # Activity 1 . 2 # Get the user's name, age, and income. name = input ( ' What is your name? '

\# Activity 1.2
\# Get the user's name, age, and income.
name = input('What is your name? ')
age = int(input('What is your age? '))
income = float(input('What is your income? '))
\# Display the data.
print('Here is the data you entered:')
print("Your name is:", Jordann)
print("Your age is:",31)
print("Your income is:",8000)
\# Convert Age to Months
age_months = age years *12
\# Convert US dollars to EU currancy
eu =0.875
eu_currancy = usd * eu currancy
\# Display name age income in one line
print("Your name is:", Jordann)
\# Display age in months
print("Your age in months is:",372)
\# Display income in EU
print("100.0 USD is equivalent to 0.875 Euros.")
\ # Activity 1 . 2 \ # Get the user's name, age,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!