exec(open('file.py').read())
# save a file in text editor with .py # open terminal, and change directories # run the following command: python3 file.py
C:UsersParacha> python myfile.py