Which of the following is incorrect?
A. x = 0b101
B. x = 0x4f5
C. x = 19023
D. x = 03964
1 Answer
Correct Answer: Option D. x = 03964
A. x = 0b101
B. x = 0x4f5
C. x = 19023
D. x = 03964
Correct Answer: Option D. x = 03964
A. list(array)
B. list.array
C. array.list
D. None of the above
view mcq answerA. 1995
B. 1972
C. 1981
D. 1989
view mcq answeri = 1: while True: if i%3 == 0: break print(i)
A. 1 2 3
B. 3 2 1
C. 1 2
D. Invalid syntax
view mcq answerA. True
B. False
C. Machine dependent
D. Error
view mcq answerA. _x = 2
B. __x = 3
C. __xyz__ = 5
D. None of these
view mcq answer