Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. umber = 1
  2. numberSecond = 2
  3. sentence = "this is a string"
  4.  
  5. def add_Two_number(number, numberSecond)
  6. return number+numberSecond
  7.  
  8. def main():
  9. print(add_Two_number(numner, numberSecond))
  10.  
  11.  
  12. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement