how to add variable by for loop code example Example: how to add to a variable in a for loop n = 5 while n > 0: print n n = n-1 print 'Blastoff!'