Computer Science, asked by salhanbawap6d0da, 10 months ago

Find the output of the following python code?

Word='green vegetables'

print (word.find('g',2))
print(word.find('veg',2))​

Answers

Answered by gabrielkobel
12

Answer:

8 and 6

Explanation:

Similar questions