I’m trying to make a Binary converter I guess - input a decimal number and it displays light bulbs on or off
The “0” costume is off, the “1” costume is on.
If I input “8”, I expect the light bulb to light up - after all, it’s not less that “0” - it’s equal to it.
The test variable was just to check I had things “right” - that the input was actually being treated as a number, rather than a string. Just a debugging step.