SyntaxFix
Write A Post
Hire A Developer
Questions
print str(count) + ' ' + str(conv) - This did not work. However, replacing + with , works for me
print str(count) + ' ' + str(conv)
+
,