but I can't even go online to install it. Or get into windows long enough to put in a disk I burn from this computer.
Anyways could someone tell me if this would work. This is my very first original program, even though it is just a single loop.
For i in b
print '%d*%d=%d' % (i,b,i*b)
i= range (1,13)
b= range (1,11)