W3Schools Python
Réussis tes devoirs et examens dès maintenant avec Quizwiz!
What is a correct syntax to output "Hello World" in Python?
print("Hello World")
How do you insert COMMENTS in Python code?
# This is a comment
What is the correct file extension for Python files?
.py