- 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 .
Thanks! It was actually typing ‘caesar.py’ and not ‘ceasar.py’. It helps to type the file correctly. I spotted my error.

