Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

printing with format

name='Godwin'
print ("Hey there %name, how is your day going?" %(name))
# This will print '"Hey there Godwin, how is your day going?'
 
PREVIOUS NEXT
Tagged: #printing #format
ADD COMMENT
Topic
Name
5+1 =