yazdmich

Untitled

Feb 18th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. def plusone(number):
  2.     return number + 1
  3.  
  4. print('Enter a #: ')
  5. print(plusone(int(input())))
Advertisement
Add Comment
Please, Sign In to add comment