Answers for "how to check if string ends with specific characters in python"

0

how to check if string ends with specific characters in python

Text = "python is easy"
print(Text.endswith("easy"))
Posted by: Guest on October-12-2021

Code answers related to "how to check if string ends with specific characters in python"

Python Answers by Framework

Browse Popular Code Answers by Language