print(type(x))
Here is what the above code is Doing:
1. We create a variable called x and set it equal to the integer value of 1.
2. We print out the type of x.
3. We print out the value of x.
print(type(x))
Here is what the above code is Doing:
1. We create a variable called x and set it equal to the integer value of 1.
2. We print out the type of x.
3. We print out the value of x.