I wrote a python code and saved it
(let's say I saved it in (C:\Users\MyCode\Code1.py) )
and I'm writing a new python code, and I would like to copy everything from Code1.
I just opened Code1.py and copied and pasted it, but is there a smarter way to do it?
(thanks for the answers so far, but let's assume that the code that I'm trying to copy and the code that I'm writing are not in the same directory)