Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python endwith

txt = "Hello, welcome to my world."

x = txt.endswith(".")

print(x)
 
PREVIOUS NEXT
Tagged: #python #endwith
ADD COMMENT
Topic
Name
6+9 =