I'm using the latest spyder/anaconda (Python 3.8) software and a beginner here. When running a simple hello.py script. I get runfile('C:/Users/Raj/CODE/Python Scripts/hello.py', wdir='C:/Users/Raj/CODE/Python Scripts')
but nothing else in the console or anywhere saying "Hello World".
def hello():
"""Print "Hello World" and return None."""
print("Hello World")
It can do other print type scripts just fine as I tried an old script from college.