We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891969f commit 147a1a8Copy full SHA for 147a1a8
Python - String Methods endswith() 3.txt
@@ -3,3 +3,4 @@ txt = "Hello, welcome to my world."
3
x = txt.endswith("my world.", 5, 11)
4
5
print(x)
6
+//creater by Sanusanth
0 commit comments