CBSE CS and IP

CBSE Class 11 & 12 Computer Science and Informatics Practices Python Materials, Video Lecture

Find the output of the following :

1
2
3
4
word="green vegetables"
print(word.find('g',2))
print(word.find('veg',2))
print(word.find('tab',4,15))
Answer: 
10

1 comment:

  1. Where's the answer for 4th Roman for which especially I came

    ReplyDelete