Question: python juoyter jupyter module 1a Last Checkpoint: an hour ago (unsaved changes) File Edit View Insert Cell Kernel Widgets Help # B + Run IC
jupyter module 1a Last Checkpoint: an hour ago (unsaved changes) File Edit View Insert Cell Kernel Widgets Help # B + Run IC Code Validate in 1: FFF ### EXECUTE THIS CELL BEFORE YOU TEST YOUR SOLUTIONS ### #***** import imp sol = imp. Load_compiled("sol", "./sol.py") from nose.tools import assert_equal Calculate the result of 3.93 multiplied by 4901 and save it in a variable named '1', then print it out. In 3): # your code here print(91) In : ******************* #### *** TEST YOUR SOLUTION ### ##****** # Note: All test cases are read-only assert_equal(q1, sol.q1) Calculate the result of 215 divided by 6 and save it in a variable named 'q2', then print it out. In [1: # your code here print(92) In ( ): #************************* # TEST YOUR SOLUTION ### ### assert_equal(92, sol.92) jupyter module 1a Last Checkpoint: an hour ago (unsaved changes) File Edit View Insert Cell Kernel Widgets Help # B + Run IC Code Validate in 1: FFF ### EXECUTE THIS CELL BEFORE YOU TEST YOUR SOLUTIONS ### #***** import imp sol = imp. Load_compiled("sol", "./sol.py") from nose.tools import assert_equal Calculate the result of 3.93 multiplied by 4901 and save it in a variable named '1', then print it out. In 3): # your code here print(91) In : ******************* #### *** TEST YOUR SOLUTION ### ##****** # Note: All test cases are read-only assert_equal(q1, sol.q1) Calculate the result of 215 divided by 6 and save it in a variable named 'q2', then print it out. In [1: # your code here print(92) In ( ): #************************* # TEST YOUR SOLUTION ### ### assert_equal(92, sol.92)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
