Checkpoint 2.16.1.
Create code that first sets the variable
x
to 3, then sets the variable y
to the string “hello”, and then sets the variable z
to the string “Python”. Then set x_type
, y_type
, and z_type
to the types of each of these variables. For example, x_type = int. The blocks have been mixed up and include extra blocks that aren't correct.