My elder son (a very young kid) started coding, first with Scratch and now with Python. He taught me about floor divisions in Python. I couldn't be prouder. I was doing it with `int(foo/bar)`, he did it with `foo//bar`. I've been coding for ~26 years 🤯

Replies (4)