Related Tags
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.
print
print("Hello World")
RELATED TAGS
View all Courses