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

...