hdarwin

cstutoringcenter.com_Exponent Pattern

Jan 4th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. sum = 0
  2. for x in xrange(1,101):
  3.     sum += x ** 6
  4. print sum
Advertisement
Add Comment
Please, Sign In to add comment