Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. # Test Paste
  2.  
  3. def test_paste(input):
  4.     input += 1
  5.     return input
  6.  
  7. print("hello world")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement