Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Print statement with multiple variables

band = 8
name = "Sarah Fier"

print("The band for %s is %s out of 10" % (name, band))
Source by appdividend.com #
 
PREVIOUS NEXT
Tagged: #Print #statement #multiple #variables
ADD COMMENT
Topic
Name
5+9 =