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