All problems
EasyStrings
startswith / endswith
Print True if a filename ends with ".csv", and True if it starts with "data_".
- #strings
- #checks
Sample input
"data_sales.csv"
Sample output
True True
startswith-endswith.py
Output
Press "Run code" to execute.
