I’m curious what `b[0] += 10` translates to if it’...
# announcements
s
I’m curious what
b[0] += 10
translates to if it’s not
b.set(0, b.get(0) + 10)