Q. Study the following statements:
Code:1. >>> str1 = “javat” 2. >>> str2 = “:” 3. >>> str3 = “point” 4. >>> str1[-1:]
β
Correct Answer: (A)
t
1. >>> str1 = “javat” 2. >>> str2 = “:” 3. >>> str3 = “point” 4. >>> str1[-1:]
You must be Logged in to update hint/solution