Computer Science, asked by hariom3221, 4 months ago

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 sreehari611
2

Answer:

is this computer applications of +2

Similar questions