0 votes
in Python by

Read the Following code:

>>>"javatpoint"[5:]  

What will be the output of this code?

i) javatpoint

ii) java

iii) point

iv) None of these

Related questions

+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
...