hoosnick

76
reputation
3
print("Hello, World!")

Every running program has a text output area called "standard out", or sometimes just "stdout". The Python print() function takes in python data such as ints and strings, and prints those values to standard out.