| Hosted by CoCalc | Download
def my_mode(s): print "hi there" print s + s
%my_mode what is going on?
hi there what is going on?what is going on?
%my_mode this is some stuff and more stuff
hi there this is some stuff and more stuff this is some stuff and more stuff
︠398c511e-04bc-49b9-9b6c-fd1e4b9f323f︠