Question: So I need some python help! I'm working with a 7-segment display with the Mu editor and circuit python (raspberry pi). I'm trying to assign
So I need some python help! I'm working with a 7-segment display with the Mu editor and circuit python (raspberry pi). I'm trying to assign these pin values (named 'segments') to be associated with their corresponding dictionary named 'numbers'. Basically I want to write a function where I can call thisfunction(0), and the number '0' will light up on my LED based on the dictionary I established. Is this possible? Thanks for the help! as a side-note I am only using import digitalio and import board. I do not want to use anything else, thank you.

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
