Question: Please answer both using simple python code! Thank You. Exercise-3: Run the code cell below. Now, calculate the expressions in the code cell below by

Please answer both using simple python code! Thank You.
Exercise-3: Run the code cell below. Now, calculate the expressions in the code cell below by hand and see if your output matches the Python output. (20 points) x1=7+36/21 x2=2%2+222/2 x3=(39(3+(93/(3)))) print("x1:",x1) print("x2:",x2) print("x3:",x3) Exercise-4: Get two floating point numbers via the input() function and store them under the variable names 'float1' and 'float2'. Print 'float1' and 'float2' to the output screen. Following this, check whether 'float1' is greater than or equal to 'float2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
