0 votes
in Python by
What is the output when following statement is executed ?

>>>"abcd"[2:]

a. a
b. cd
c. dc
d. ab

1 Answer

0 votes
by
answer is CD

Related questions

0 votes
asked Jun 13, 2019 in Python by Derya
0 votes
asked Jun 13, 2019 in Python by Derya
...