2 lines
66 B
Python
2 lines
66 B
Python
filename = "python_notes.txt"
|
|
print(filename.removesuffix('.txt')) |
filename = "python_notes.txt"
|
|
print(filename.removesuffix('.txt')) |
Service Provided by tilde.club.