Join Slack
Powered by
I’m curious what `b[0] += 10` translates to if it’...
# announcements
s
Shawn
02/22/2018, 3:20 AM
I’m curious what
b[0] += 10
translates to if it’s not
b.set(0, b.get(0) + 10)
4
Views
Open in Slack
Previous
Next