Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print in python

#please use the print keyword
print()
#pleease enter the value to print
print(1)
# if integers means you can use without single quotes or double quotes or triple quotes
print("nidhsih")
#one of the advantage of python you didn't want to use semi-colon in the end of the statements
 
PREVIOUS NEXT
Tagged: #print #python
ADD COMMENT
Topic
Name
6+2 =