Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 799 Bytes

Random sparkles

Variations

Preparation

  • If using the Sense HAT, connect it to the Pi before booting up.

  • If using the Trinket emulator, run sense.clear() before starting:

    from sense_hat import SenseHat
    
    sense = SenseHat()
    
    sense.clear()

    then delete the code and let the user start from scratch.

Notes

  • Be careful with capitalisation in Python!
  • Make sure all required modules are imported at the top of the file at each stage.