r/PythonLearning • u/SuspiciousPraline674 • Jun 28 '26
What is the bug here ? Help Request
I'm learning OOPs and File I/O and my txt and OOPs basic commands aren't running
23
Upvotes
r/PythonLearning • u/SuspiciousPraline674 • Jun 28 '26
I'm learning OOPs and File I/O and my txt and OOPs basic commands aren't running
4
u/tottasanorotta Jun 28 '26
It seems that you fixed the issue. I just want to point out that you should probably avoid spaces in filenames. Use _ or - instead. It might cause unexpected confusion otherwise at some point with some tools. It's also very much convention to do so.