Computer Science, asked by inu20, 4 months ago

Find output of the following:

  STR=”GREEN VEGETABLES”

  print (STR.find(‘G’,2)

  print (STR.find(‘TAB’,11,15)

Answers

Answered by krishrathod2013
0

Answer:

I'm not understanding ur question

Answered by labdhee82
0

Answer:

OUTPUTGREENVEGETABLES

OUTPUTSTRFINDG2

OUTPUTSTRFINDTAB1115

Similar questions