Advertisement
TShiva

ForChiibusa

Apr 25th, 2021
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. def sum(input_x, input_y):
  2.     return input_x + input_y
  3.  
  4.  
  5. def is_equak(x, y):
  6.     if x == y:
  7.         return True
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement