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