python


SUBMITTED BY: Guest

DATE: Nov. 23, 2013, 1:30 p.m.

FORMAT: Text only

SIZE: 127 Bytes

HITS: 787

  1. http://cur.lv/4x9e0 (Earn Bitcoins)
  2. def square(x):
  3. return x*x;
  4. for i in range(0,100):
  5. print(square(i))

comments powered by Disqus