Open tpott opened 10 years ago
Syntatic sugar :)
Awesome! But count[x] = 5 seems a bit counter-intuitive to me, how about count[x] += 5?
count[x] = 5
count[x] += 5
Syntatic sugar :)