0 votes
in Python by

Read the Following statements:

i) >>> str1 = "javat"  

ii) >>> str2 = ":"  

iii) >>> str3 = "point"  

iv) >>> str1[-1:]  

What will be the output of this statement?

i) t

ii) j

iii) point

iv) java

Related questions

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