Question: Assignment 1 Implement the following in Python: 1 . Get an integer value from user. 2 . Get a number ( with decimal points )
Assignment
Implement the following in Python:
Get an integer value from user.
Get a number with decimal points from user. Note: the type would be float.
Get user to enter their name.
Store the value in memory You can use any name for the variable
Print the values you got from user in questions through in a single line. Have
a space between each value.
Print an empty line here.
Print the value using the variable created in question You can use either
formatted output method, or commas. The output should look like:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
