#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) WPRKSPACES - In September 2025, Snowflake introduced Workspaces, which combines the functionality of Worksheets, Notebooks, File Manager, Q...
No comments:
Post a Comment