Advertisement
wooneh

Untitled

Jan 10th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. numa = 12
  2. numb = 12
  3. while numb < 836:
  4. for i in range(1,13):
  5. print '=sum (C',numa,':c',numb,')'
  6. numb+=1
  7. numa+=12
  8. print 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement