Skip to content

Commit 83ba985

Browse files
authored
Update Python - String Methods endswith().txt
1 parent 147a1a8 commit 83ba985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)