1 2 3 4 | word="green vegetables" print(word.find('g',2)) print(word.find('veg',2)) print(word.find('tab',4,15)) |
8
6
10
1 2 3 4 | word="green vegetables" print(word.find('g',2)) print(word.find('veg',2)) print(word.find('tab',4,15)) |
Copyright © 2020-22 CBSE CS & IP | All Rights Reseved | Home | About Us | Disclaimer | Privacy Policy | Terms and Conditions | sitemap
Where's the answer for 4th Roman for which especially I came
ReplyDelete