Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

can only concatenate str (not "int") to str

# To solve the issue, just add str to your number or value like:

print( "Alireza" + str(1980))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #concatenate #str #str
ADD COMMENT
Topic
Name
2+5 =