SyntaxFix
Write A Post
Hire A Developer
Questions
answer = True myvar = "the answer is " + str(answer)
or
myvar = "the answer is %s" % answer