Python Program to Print Hello world!

bookmark

# This program prints Hello, world!

print('Hello, world!')
 

Output

Hello, world!