What is a correct s…
 
Notifications
Clear all

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

2 Posts
3 Users
0 Likes
519 Views
0
Topic starter

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

2 Answers
0

As we learned in the previous page, Python syntax can be executed by writing directly in the Command Line: >>> print(“Hello, World!”) Hello, World!

0
print("Hello World")
Share: