EasyOutput prediction

Augmented assignment on immutable

What does this code print?

a = 5
b = a
a += 3
print(b)

← → arrow keys to navigate

Sign in to save your progress.