Daily tips and tricks from the experts at Adafruit!
View this email in your browser

The most common mistake beginners make when coding is confusing = with ==. = is an assignment statement, used to store a number into a variable. == is a testing statement, used to evaluate equality.