E
xer
C
ode
L
ab
💻 Exercises
python
Javascript
📁 Projects
GUI Projects
Web Development
🧠 Flashcards
📝 Blog
📜 About us
Search
EN
English
العربية
Home
Exercises
python
Print a Simple Message to the Console in Python
Print a Simple Message to the Console in Python
Output: Learn Python
Solution
Solution 1
print("Learn Python!")
View on GitHub