gistlib
You can print the line "I am stupid" using the print() function in Python. Here's an example code block:
print()
main.pyprint("I am stupid") 21 chars2 lines
print("I am stupid")
When executed, the above code will output the following line:
main.pyI am stupid 12 chars2 lines
I am stupid
gistlibby LogSnag