gistlib
main.pyprint("Hello, World!") 23 chars2 lines
print("Hello, World!")
This is a simple Python program that uses the built-in print function to output the string "Hello, World!" to the console.
print
gistlibby LogSnag