Hello World

By : cs

Language: python

Date Published: 2 weeks, 4 days ago

a simple “Hello, World!” program in Python

Style : Dark Mode : Line Number: Download Font Size:
1
2
3
4
# A simple Hello World program in Python

# print() is used to display text on the screen
print("Hello, World!")
python
Login to see the comments