Python Program to Print Hello world!

Python Program to Print Hello world!

# This program prints Hello, world!

print('Hello, world!')

Comments

Popular posts from this blog

Python Program to Print all Prime Numbers in an Interval

Python Program to Check Prime Number

Add Two Numbers Provided by The User