job1= "test" job2 = "test
So here is how I am comparing them:
if job1 == job2:
print "Error"
It doesn't work. Does anybody know what I can do to fix it? I am using python 2.7. Is there something I don't know about that you use when comparing strings? This is not a homework assignment, just a personal project.

New Topic/Question
Reply



MultiQuote




|