Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print in python

'''
print - > this is a statement
use brackets and quotation marks ("") or ('')
whatever you want to say put in the brackets
'''
print("Hello World")
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #print #python
ADD COMMENT
Topic
Name
7+6 =