- In the terminal window, type python3 caesar.py and press Enter to launch the caesar.py program.
Did you type “python3 caesar.py” and press Enter?
Yes. I think it can not be found due to not finding the file being executable .
Works for me just fine…
The caesar.py script is not executable, which is why you have to run it with python3.
Thanks! It was actually typing ‘caesar.py’ and not ‘ceasar.py’. It helps to type the file correctly. I spotted my error.