Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create one .py source file for all tasks below Task 1 -Create 4 variables with distinct data types Task 2 -Ask the user for their

Create one .py source file for all tasks below

Task 1 -Create 4 variables with distinct data types

Task 2 -Ask the user for their age -Convert the input into an integer data type

Task 3 -Ask the user for the temperature -Convert the input into an integer float type

Task 4 -Ask the user for 2 numbers -Output the sum, product, quotient and difference of the numbers

Task 5 -Output your first & last name using the print() method. Separate the two text by a tab character -Complete this task in two unique, distinct ways

Task 6 -Ask the user for a text -Ask the user for a number -Typecast the number into an integer -Output both the text and number using string formatting

Task 7 -Using the plus symbol, add two strings, integers, floats and boolean values together. (using 4 print statements) -Using a comment, state your observations

Task 8 -Using the round() method, round the following float values 1.235 to two decimal places 2.45 to one decimal place 3.97531 to six decimal places -Using a comment, state your observations

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions