Python Quiz
Question 1 of 25:
What is a correct syntax to output "Hello World" in Python?
echo "Hello World"
print("Hello World")
echo("Hello World");
p("Hello World")
Next ❯
Study Python in our
Python Tutorial
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.