Multiple Choice
Assume x is 3, y is 7.1 and z is '11.5'. Which of the following statements is incorrect?
A) type(x) is int
B) the value of z is 11.5
C) the value of y is 7.1
D) type(z) is str
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: The value of the expression '7' +
Q19: Which of the following statements is false?<br>A)
Q20: Triple-quoted strings are used to create:<br>A) multiline
Q21: Which of the following statements a), b)
Q22: What does the int function attempt to
Q24: Which of the following statements a), b)
Q25: Which of the following statements is false?<br>A)
Q26: Which of the following statements is false?<br>A)
Q27: Which of the following statements a), b)
Q28: Which of the following statements is false?<br>A)