如果else语句在Python中计算错误的输出

时间:2014-10-11 20:57:18

标签: python-2.7 if-statement

value=raw_input("Enter a number \n")

if value > 10:
    print 'High'

else:
    print 'Low'

值= 6时的输出:高

0 个答案:

没有答案