What is the output of the following ?
>>> a = 60
>>> b = 90
>>> avg = (a + b) / 2
>>> print(avg)
Which is not correct expression for a complex number ?
Which of the following is incorrect syntax ?
Which is of the following results in an error ?
Which of the following results in an error ?
What is the output of the following code ?
print(bin(0x16))
What is the output of the following code ?
5 ^ 2
What is the value of a if the following expression is True
a>>2 == 2
What is the output of the following expression ?
>>> ~1001