if (blue_percentage > (red_percentage * 0.49)) and \
(red_percentage < ((blue_percentage / 1.44) + 1)) and \
(red_percentage > ((blue_percentage / 4.35)-1) and \
(blue_decimal > green_decimal) and \
(red_decimal > green_decimal):
print "<div>The hue is: <b>Purple</b>.</div>"
それは、
:
無効な構文です。
線を引くと
(red_percentage > ((blue_percentage / 4.35)-1) and \
プログラムは問題なく動作します。私はある種の矛盾した声明か何かを引き起こしていますか?見えない。