1
0
Files
pythonCrashCourse/chap2/file_extensions.py
2025-05-09 10:12:44 -04:00

2 lines
66 B
Python

filename = "python_notes.txt"
print(filename.removesuffix('.txt'))