notebook.community
Edit and run
In [1]: print 'hello,world'
print 'hello,world'
hello,world
In [2]: print '100'
print '100'
100
In [3]: print 'be happier'
print 'be happier'
be happier