πŸ“Š Python
Q. What is the output of the following program :
Code:
print 'cd'.partition('cd')
  • (A) (β€žcd?)
  • (B) (”)
  • (C) (β€žcd?, ”, ”)
  • (D) (”, β€žcd?, ”)
πŸ’¬ Discuss
βœ… Correct Answer: (D) (”, β€žcd?, ”)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
314
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate