Q:

python how to say hello world

print("Hello World!")
20
print("Hello World")
-1
print("Hello World") //prints Hello World to the console
6
#Look at these ones, they are all right
print("Hello World")
#for python 2:
print "Hello World"
3
print("Hello, World!")
													           #by- goukl aakash
3
print ("hello wold")
0
print('Hello World')
0
print("Hello World") or print('Hello World')
# Either one works and will still display 'Hello World' to the shell window or console.
2
print("Hello world!")
print("Why u wastin time on this code?")
1
message = "Hello World"
print(f"{message}")
0

New to Communities?

Join the community