Forums

I am writing my first code, I need help

I was following the "Using the Linux Shell on PythonAnywhere" and below is the result of my one input, it doesn't give the same result as that in the instructions. please has anyone encounter this before, I need help

23:54 ~ $ cd 23:54 ~ $ pwd /home/Mayowa011 23:54 ~ $ ls -1 README.txt hello.py 23:54 ~ $ python3 hello.py /home/Mayowa011/.local/bin/python3: can't find 'main' module in '/home/Mayowa011/hello.py'

How does your hello.py file look like?