Question: Problem Set due Jan 29, 2022 14:38 +08 Coding Problem 2.2.1 (External resource) (3.0 points possible) Four Variables py Submit Build 1 #Create four variables

 Problem Set due Jan 29, 2022 14:38 +08 Coding Problem 2.2.1

Problem Set due Jan 29, 2022 14:38 +08 Coding Problem 2.2.1 (External resource) (3.0 points possible) Four Variables py Submit Build 1 #Create four variables name my_integer, my decimal, 2 #my_string, and my_boolean. Assign to each variable a 3 #value of the corresponding type (an integer for 4 #my_integer, a string of characters for my_string, 5 #etc.). You can choose whatever values you want 6 #just make sure the variable names and types are 7 #correct! 8 # 9 #Then, print the types of each of the four variables 19 #in order: first the integer, then the decimal 11 #number, then the string, then the boolean. This 12 #should print text like , , and so on. 14 # 15 #Don't print anything except their types! 16 17 18 #Create your variables here! 19 20 21 #Print their types here! 22 23 24

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!