摘要: temp = '32'if temp > 85: print "Hot"elif temp > 62: print "Comfortable" else: print "Cold" 结果输出为Hot.Why?Essentially, "...the choice whether one ... 阅读全文
posted @ 2015-01-22 23:27 valentine is me 阅读(354) 评论(0) 推荐(0) 编辑
摘要: nested condition statement 嵌套条件语句Interpreter 解释器branching programs 分支程序syntax 语法semantic语义code structure 代码结构piece of code 代码段constant time 常数时间loopin... 阅读全文
posted @ 2015-01-22 11:24 valentine is me 阅读(170) 评论(0) 推荐(0) 编辑