

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Python knowledge and support exam preparation. Choose a topic below to get started.
1. |
40?$ |
A. | 45 |
B. | “john” |
C. | “peter” |
Answer» D. | |
2. |
(1, 2) |
A. | (1, 2, 4) |
B. | (2, 4) |
C. | (2, 4, 3) |
Answer» D. | |
3. |
Which of the following is a Python tuple? |
A. | [1, 2, 3]. |
B. | (1, 2, 3) |
C. | {1, 2, 3} |
D. | {} |
Answer» C. {1, 2, 3} | |