摘要: #coding=utf-8#raw_input()函数输出的数据是"str",需要将其处理成数据,使用int()函数,将“str"转换成数据来处理students = int(raw_input("students number")) fees_per_person = 80cost = stude 阅读全文
posted @ 2017-03-04 09:48 enbu 阅读(154) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8print "Let's practice everything."print ' You\'d need to know\'bout escapes with \\ that do \n newlines and \t tabs.' poem = """\tThe lov 阅读全文
posted @ 2017-03-02 19:04 enbu 阅读(549) 评论(0) 推荐(0) 编辑