Computer Science, asked by rajansharma46, 8 months ago

What is a correct syntax to output "Hello World" in Python?

print("Hello World")

printf(Hello World)

print(Hello World)​

Answers

Answered by TarunSJ
1

Answer:

the third answer is the correct one

Answered by simranheer0
1

Answer:

print("Hello World")

Explanation:

..............

Similar questions