if you want to create a new python file in your current directory using a terminal, you can use the following commands.
Windows:
python > fileName.py
Mac:
python3 > fileName.py
if you want to create a new python file in your current directory using a terminal, you can use the following commands.
Windows:
python > fileName.py
Mac:
python3 > fileName.py