24.1k views
0 votes
How do you print "Hello World" in the console with Python? Wrong Answers Only.

User Thul
by
6.3k points

2 Answers

4 votes

CODE

print("Hello world")

OUTPUT

Hello world

EXPLANATION

Python's print() outputs a given message. Python's print function displays strings on a screen.

User Alexei Darmin
by
6.0k points
6 votes

Step-by-step explanation:

with keyboard........

User Maelig
by
6.2k points