Question: Q1. Creating variables (6 pts. total) In this first part of the problem set, your goal is to create variables of different types, with different

Q1. Creating variables (6 pts. total) In this first part of the problem set, your goal is to create variables of different types, with different values. In the cell below, create the following variables (make sure to use the right name for each variable): - A variable called my_int that stores the number 42 . - A variable called my_int2 that stores the number 45 . - A variable called my_str that stores the string - A variable called my_bool that stores the boolean value True. - A variable called my_other_bool that stores the (boolean) result of checking whether my_int > my_int2. - A variable called my_nothing that stores
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
