Programming Code Center(PCC)
[PYTHON]

(PCC)::[how-to-write-hello-world-program-in-python-language]::[python]

File Name : hello.py

# This program prints Hello, world!

print('Hello, world!')

Output :

hello.jpg