What is the result of the following code segment: 1/2 ?
What is the value of x after the following lines of code?
x=1
x=x 1
What is the result of the following operation 1 3*2 ?
In Python 3, what is the type of the variable x after the following: x=2/2 ?