Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print hello in python

#python2 
print 'hello'
#python3
print('hello')
 
PREVIOUS NEXT
Tagged: #print #python
ADD COMMENT
Topic
Name
1+7 =