swapna
0
Q:

how print hello world in python

print("Hello World!")
20
#python2 
print 'hello'
#python3
print('hello')
6
#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
# This program prints Hello, world!

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

New to Communities?

Join the community