摘要: input 函数 print() 在 python3 中是一个函数 print("hello python") 定义变量 a = 10 b = 2 c = a + b print(a) print(b) print(c) 判断语句 score = 80 if score = 90: print("优 阅读全文
posted @ 2017-04-30 19:17 李威威 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 参考资料: "世界上最牛的编辑器: Vim 1" 阅读全文
posted @ 2017-04-30 17:59 李威威 阅读(101) 评论(0) 推荐(0) 编辑
摘要: ![](http://images2015.cnblogs.com/blog/592770/201704/592770-20170430162645069-1852130281.png) 阅读全文
posted @ 2017-04-30 16:28 李威威 阅读(822) 评论(0) 推荐(0) 编辑
摘要: mac 电脑设置密码可以直接使用 passwd 这个命令 说明:这个命令行级别的设置会直接影响到我们登录。 阅读全文
posted @ 2017-04-30 16:15 李威威 阅读(372) 评论(0) 推荐(0) 编辑