1
print "I will now count my slaves:"
print "females", 50 + 80 \ 10
print "males", 10 \ 2
print "Is it true that 6 > 7?"
print "What is 59 + 27?"
出於某種原因,它讓我看到:Python的打印問題
print "females", 50 + 80 \ 10
^
SyntaxError: unexpected character after line continuation character