Skip to content

Commit 891969f

Browse files
authored
Update Python - String Methods endswith() 2.txt
1 parent b35f66a commit 891969f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Python - String Methods endswith() 2.txt

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

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

0 commit comments

Comments
 (0)