DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
6+8 =
Submit