文章分类 -  python

python基础学习
摘要:```python import os # input words name=input("input your name:") print("your name is:"+name) #dic grades={'bob':60,'lucy':78,'jack':86} print(grades) #set teachers={'Twang','Tli','Txu'} print(teache... 阅读全文
posted @ 2016-05-22 15:14 xilovesyu 阅读(100) 评论(0) 推荐(0)