#STRING FIND
txt = "Hello, welcome to my world."x = txt.find("welcome")print(x) txt = "Hello, welcome to my world."x = txt.find("mani")print(x) txt = "Hello, welcome to my world."x = txt.find("e", 5, 10)print(x) What is Kiro Kiro is an innovative AI-powered IDE that revolutionizes software development through intelligent assistance and structured wor...
No comments:
Post a Comment