Search In This Website

Kamis, 11 September 2025

Hello World In Python

1. Type this following Python source code in your IDE:

# Prints "Hello, World" in the terminal window

print("Hello, World");

2. Save as helloWorld.py

3. Executing Python scripts from above by type python helloWorld.py




<< back to Study About Python

Tidak ada komentar:

Posting Komentar