Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a function called about _ me that does not take in any parameters. The function should ask the user to input their first name,
Write a function called aboutme that does not take in any parameters.
The function should ask the user to input their first name, last name and age as three
separate inputs. Finally, the function should print out the following message to the user:
Your name is You are years old!
Example InputOutput:
Please input your first name:
John
Please input your last name:
Smith
Please input your age:
Your name is John Smith. You are years old!
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