Hi Everyone, I’m trying to run a Python script in the PythonAnywhere console, but I just get a white screen no output, no errors. I have tried adding basic print() statements, but still nothing happens.
Here’s a simple test script I tried:
print("Hello, World!") But even this just results in a white screen. I'm using a free account and have not noticed hitting any restrictions so far. Has anyone encountered this before? Any suggestions on how to debug this?