| Hosted by CoCalc | Download
Kernel: Python 2 (SageMath)
print "asdf"
asdf
from time import sleep import sys for j in range(1, 7): for i in range(1, 10): print j*i, sleep(.5) sys.stdout.flush() print
1 2 3 4 5 6 7 8 9 2 4 6 8
1+1+1
3

test

ooo

this?