Advertisement
IDKY

Untitled

Jul 23rd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def change_cize(self):
  2. if self.num > 0:
  3. return self.side + self.num
  4. elif self.num < 0:
  5. return self.side - self.num
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement