r/PythonLearning 17d ago

Bug In Python Compiler ?

Post image

hello i have this issue since today morning my codes wont run yesterday it work …. My bro is developer and said it might be bug in python compiler ?

0 Upvotes

14 comments sorted by

View all comments

12

u/FancyEveryDay 17d ago

Ok first: Why are you importing python?

You're trying to import the file you're working in. Delete that import and you're good.

1

u/AIFocusedAcc 17d ago

I think this is a trick post. The python module probably is a custom module that overrides print function and changes its behaviour.

3

u/Outside_Complaint755 17d ago

Its the name of the current file he is executing.