Can anyone explain to me how to import the Python colors? This is for a programming assignment, but I'm stuck here and can't find tutorials online.
I tried from livewires import games, color
File "/Users/username/Desktop/Programming100/PhysicsLab/PhysicsCsLab.py", line 2, in <module>
ImportError: No module named livewires
I wanted to color shapes such as ellipse, rect, etc., but I don't know how that can be made possible.
Edit: I don't know if this matters or not, but I'm using CALICO.