DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
printing a varible with a varible. python
hello_saying
=
"hello"
my_name
=
"dl"
cando
=
True
if
cando
:
print
(
hello_saying
+
" "
+
my_name
)
PREVIOUS
NEXT
Tagged:
#printing
#varible
#python
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit