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. |
Given a string example= hello what is the output of example.count( l )? |
| A. | 2 |
| B. | 1 |
| C. | None |
| D. | 0 |
| Answer» B. 1 | |