Skip to content

Commit 08f6c7d

Browse files
authored
Update Python - String Methods find().txt
1 parent 5251f3e commit 08f6c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - String Methods find().txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ txt = "Hello, welcome to my world."
33
x = txt.find("welcome")
44

55
print(x)
6+
//creater by Sanusanth

0 commit comments

Comments
 (0)