RonJohn
0
Q:

pythn print hello world

print("Hello World!")
20
#python2 
print 'hello'
#python3
print('hello')
6
print("Hello World")
-1
#The real way :)
print("Hello World!")
3
print("hello world")
0
#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
# This program prints Hello, world!

print('Hello, world!')
0
print ("hello wold")
0
print('Hello World')
0

New to Communities?

Join the community