Q. What is the output of the following program :
Code:
print 'cd'.partition('cd')
β
Correct Answer: (D)
(β, βcd?, β)
print 'cd'.partition('cd')
You must be Logged in to update hint/solution