Note
Click here to download the full example code
Warning
This page is under construction.
Hello World!
def print_hello(): print("Hello World!") if __name__ == "__main__": print_hello()
Total running time of the script: ( 0 minutes 0.003 seconds)
previous
Examples
next
Hello World