Advertisement
Guest User

HELLO!

a guest
Aug 16th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. def Hello():
  4. print "hello world"
  5.  
  6. Hello()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement