摘要: 今天继续学习python,接触了_init_,感觉很好玩照着教程手写了一些代码,感觉编程语言是互通的,只是换个了形式来表达 #coding=utf-8#类似于java的构造器class Person: def __init__(self,name,age): self.name = name sel 阅读全文
posted @ 2018-02-06 16:46 凌羽1025 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 最开始学习Python时,用的IDE是IDEL,看的教程是《简明Python教程》,强烈推荐一下,讲得还是很不错的,适合新手学习 http://www.kuqin.com/abyteofpython_cn/index.html 学到面向对象编程时,遇到了一个小问题 class Person:def 阅读全文
posted @ 2018-02-06 15:39 凌羽1025 阅读(222) 评论(0) 推荐(0) 编辑