Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print hello world in python

#Look at these ones, they are all right
print("Hello World")
#for python 2:
print "Hello World"
 
PREVIOUS NEXT
Tagged: #print #world #python
ADD COMMENT
Topic
Name
6+8 =