Floridakrsk

переменные и обмен

Jan 17th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.03 KB | None | 0 0
  1. x = 2+5
  2. y = x
  3. x += 1
  4. print(x,y)
Add Comment
Please, Sign In to add comment