McqMate
| Q. |
>>>example[::-1].startswith("d") |
| A. | dlrowolleh |
| B. | true |
| C. | -1 |
| D. | none |
| Answer» B. true | |
| Explanation: starts with checks if the given string starts with the parameter that is passed. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet