Advertisement
ayshan

Untitled

Nov 20th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. a=int(input())
  2. b=int(input())
  3.  
  4. temp = a
  5. a = b
  6. b = temp
  7.  
  8. print("finally",b, "becomes",format(a),"and",a,"becomes",format(b))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement