Which of the following will give "Simon" as output? If str1="John,Simon,Aryan"
print(str1[-7:-12])
print(str1[-11:-7])
print(str1[-11:-6])
print(str1[-7:-11])
Answers
Answered by
2
Answer:
is this computer applications of +2
Similar questions