Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook tmp/2016-03-20-154515.ipynb

Project: sync2-test
Views: 168
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?