notebook.community
Edit and run
In [ ]: print "Hello"+" World"
print "Hello"+" World"
In [ ]: with open('workfile', 'w') as f: f.write("Test\n")
with open('workfile', 'w') as f: f.write("Test\n")