Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to print in python

#Without variable
print('hello guys')
#With Variable
text = 'hello guys'
print(text)
 
PREVIOUS NEXT
Tagged: #print #python
ADD COMMENT
Topic
Name
4+5 =