πŸ“Š Problem Solving and Python Programming
Q. >>>example[::-1].startswith("d")
  • (A) dlrowolleh
  • (B) true
  • (C) -1
  • (D) none
πŸ’¬ Discuss
βœ… Correct Answer: (B) true

Explanation: starts with checks if the given string starts with the parameter that is passed.


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