1
0
Files
pythonCrashCourse/chap2/file_extensions.py

2 lines
66 B
Python
Raw Normal View History

2025-05-09 10:12:44 -04:00
filename = "python_notes.txt"
print(filename.removesuffix('.txt'))