Engineering Notes5 min readPython Cheat SheetLibraries Before you can use libraries, you need to import them. For maths: import maths For random: import random If the library name i...