a = 10; b = 15; print('a = 10 and b = 15') a *= b print ('if a *= b then the value of "a" will change to:') print(a)
warp output