Examveda

What will be the output of the following Python statement?
>>>"abcd"[2:]

A. a

B. ab

C. cd

D. dc

Answer: Option C


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python