Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if string ends with specific characters in python

Text = "python is easy"
print(Text.endswith("easy"))
 
PREVIOUS NEXT
Tagged: #check #string #ends #specific #characters #python
ADD COMMENT
Topic
Name
9+2 =