By : cs
Language: python
Date Published: 2 weeks, 4 days ago
a simple “Hello, World!” program in Python
1 2 3 4
# A simple Hello World program in Python # print() is used to display text on the screen print("Hello, World!")