Hi all,
I am a new user, learning to code in python. I am trying to save my script as a python file but when I go to save as I cannot see anywhere to choose a file type?
I am on MacOS 10.14.4
Any help would be great.
Thanks!
Hi all,
I am a new user, learning to code in python. I am trying to save my script as a python file but when I go to save as I cannot see anywhere to choose a file type?
I am on MacOS 10.14.4
Any help would be great.
Thanks!
Just go to File -> Save As...
and then name the python file (in the File explorer dialog box input) whatever you like ending with the .py
extension e.g. my_file.py
or first.py
or main.py
etc etc