Gistlib Logo

gistlib

print shut up in python

To print "shut up" in Python, simply use the print() function with the string enclosed in quotes:

main.py
print("shut up")
17 chars
2 lines

This will output shut up to the console.

similar python code snippets

create a class with a name attribute that is displayed when an instance is printed in python
print at specific location on the screen in python
print green digital rain in python like in matrix in python
print out the content of a squared matrix in clockwise direction in python
print hello world in python
hello world in python
print text in green color in python
print green digital rain like in matrix in python in python
put text on one line in python
print the numbers from 1 to 100, but only print the even numbers. use a while loop in python

related categories

`python`
`print`
`string`

gistlibby LogSnag