MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Python knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
“john”, 40, 45, and “peter”$ |
| A. | “john” and “peter” |
| B. | 40 and 45 |
| C. | d = (40:”john”, 45:”peter”) |
| Answer» B. 40 and 45 | |