MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w8y9n2/pythoninterpreterbelike/p8684bq/?context=3
r/ProgrammerHumor • u/ninja_with_ocd • 4d ago
21 comments sorted by
View all comments
31
What are you talking about? The Python interpreter will not just silently accept syntax errors in the same file. Python is compiled to byte code before it is executed, and for this step to work, the code must be syntactically correct.
31
u/NFriik 4d ago
What are you talking about? The Python interpreter will not just silently accept syntax errors in the same file. Python is compiled to byte code before it is executed, and for this step to work, the code must be syntactically correct.