Python DataType MCQs

Question 1: Which of the following are immutable?

Question 1: Scientific notation for float number 0.0001234 is _______

Question 2: What is true about complex numbers?

Question 3: The int() function can be useful to convert

Question 4: What is the value of the following arithmetic expression 5*2**10?

Question 5: Which of the following is true?

Question 6: Which of the following is not a valid integer in Python?

Question 7: Which of the following are valid complex number objects?

Question 8: Which the following is true?

Question 9: What will be the output of the following program?

x = "X" 
y = "X"
print(x is y)

Question 10: An expression 'str' in 'string' will return _________.