Advertisement
Guest User

sum

a guest
May 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. def calculate():
  2.     c=a+b
  3.     print(c)
  4.  
  5. calculate(int(input()))
  6. calculate(int(input()))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement