What is a correct syntax to output "Hello World" in Python?
print("Hello World")
printf(Hello World)
print(Hello World)
Answers
Answered by
1
Answer:
the third answer is the correct one
Answered by
1
Answer:
print("Hello World")
Explanation:
..............
Similar questions