2 lines
66 B
Python
2 lines
66 B
Python
|
|
filename = "python_notes.txt"
|
||
|
|
print(filename.removesuffix('.txt'))
|