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 (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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
