gistlib
To print "shut up" in Python, simply use the print() function with the string enclosed in quotes:
print()
main.pyprint("shut up") 17 chars2 lines
print("shut up")
This will output shut up to the console.
shut up
gistlibby LogSnag