#Swap! a = 7 b = 5 print('Byt värde!') a=b b=a print('a=',a, ' ' 'b=',b) # DISKUTERA: # 1. Vad skrivs ut? (testkör) # 2. Rätta koden. #