Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

% operatior in python print

# This prints out "John is 23 years old."
name = "John"
age = 23
print("%s is %d years old." % (name, age))
 
PREVIOUS NEXT
Tagged: #operatior #python #print
ADD COMMENT
Topic
Name
6+9 =