标签: python-2.7 if-statement
value=raw_input("Enter a number \n") if value > 10: print 'High' else: print 'Low'
值= 6时的输出:高