Explanation: starts with checks if the given string starts with the parameter that is passed.
Q. >>>example[::-1].startswith("d")
β
Correct Answer: (B)
true
Explanation by: Mr. Dubey
starts with checks if the given string starts with the parameter that is passed.
Discussion
Question Analytics
1052
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
99%
Success Rate