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