Activity 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.

