W3Schools Python
Ace your homework & exams now with 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