"Hello World" in Python

The first step to learning any programming language is to figure out how to print ‘Hello World’ in the console. In Python, the output is shown on the console using the print function.

svg viewer

Code

print("Hello World")
Copyright ©2024 Educative, Inc. All rights reserved