Question: Develop a Python program where you ask a user for their age, then show each in the following data types: int float string exponent hexidecimal
Develop a Python program where you ask a user for their age, then show each in the following data types:
int
float
string
exponent
hexidecimal
What is your age?
Your age as an integer is
Your age as a decimal is
Your age as a string is
etc.....
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
