Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need a code, in PYTHON please. TASK: create a python file. Name it yourName_a2_ch1_2 create 3 variables fname years_age days_age ask the user to
I need a code, in PYTHON please.
TASK: create a python file. Name it yourName_a2_ch1_2
create 3 variables fname years_age days_age
ask the user to input their first name ask the user to input their age calculate how many days old they are display the following output
Hello __________ . You are _____ days old.
EXAMPLE:
Greetings. Please enter your name: Spiderman How old are you? 24 Hello Spiderman. You are 8760 days old. end of program
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