troyjwatson

hello world stuff

Jun 16th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. def doThis():
  2.     print 'hello world'
  3.     for x in xrange(10):
  4.         print x,
  5.     listy = range(100)
  6.     reduce(lambda x,y:x+y, listy)
Advertisement
Add Comment
Please, Sign In to add comment