Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 413 Bytes

File metadata and controls

6 lines (5 loc) · 413 Bytes

Python Extras

Extra Python libraries/stuff that may be useful Click the Download button to download. Changing the name to something shorter won't affect the code.

you can copy any file you want to a directory (if you want to use it in another file, copy it so that its next to that file), and then use the import keyword to import it. For example: importing a file testfile.py would look like: import testfile