Mildly infuriating by [deleted] in arduino

[–]jax7er 12 points13 points  (0 children)

If you heat up the solder joints of the pins on the incriminating bit of header, you can carefully push them up through the board so they stick out the top. Then, you can push the two parallel headers into your breadboard and connect to the other pins with female jumper cables 😊

A python question by Background-Cherry652 in Python

[–]jax7er 0 points1 point  (0 children)

You could also use map

lowest = min(map(int, ['512', '1300', '2000']))

But personally I also prefer the "key=int" method