Advertisement
sissou123

Untitled

Nov 14th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | Source Code | 0 0
  1.  Online Python IDE
  2.  
  3. # Online Python - IDE, Editor, Compiler, Interpreter
  4.  
  5. def sum(a, b):
  6.     return (a + b)
  7.  
  8. a = int(input('Enter 1st number: '))
  9. b = int(input('Enter 2nd number: '))
  10.  
  11. print(Sum of {a} and {b} is {sum(a, b)}')
  12. for more:https://linkjust.com/Gwr4On
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement