All pastes #739010 Raw Edit

Stuff

public text v1 · immutable
#739010 ·published 2007-10-16 20:13 UTC
rendered paste body
txt1 = "hello"
txt2 = "bye"
ntxt = (list_print(txt1), list_print(txt2))
print """%s
%s
""" % (ntxt[0], ntxt[1])