Post

First Hello World program in Python 3.12

First Hello World program in Python 3.12

First Program in Python 3.12.

Open Python IDLE or Any IDE like Jupyter Notebook etc.

Type

1
print("Hello World")

Press Enter (for IDLE) Or Run (Jupyter Notebook).

The output will be - Hello World

Tanks for reading my first blog post.

This post is licensed under CC BY 4.0 by the author.

Trending Tags