摘要:
声明变量并赋值:>>> x=3>>> x * 3 >>> 6表达式:某事语句:做某事。 没有值可以供交互式解释器打印出来。input 语句 实例代码:>>>input "the age of xingchen="the age of xingchen=2121>>>用import导入模块,然后使用“模块.函数”的格式来使用这个模块函数。比如:>>>import math>>>math.floor(32.9)>>>32他的另外一种方式 阅读全文
posted @ 2012-10-13 17:03 星尘的天空 阅读(178) 评论(0) 推荐(0) 编辑