摘要: if 、elif、else关键字,构造分支结构 用户身份验证: username = input('请输入用户名: ') password = input('请输入口令: ') # 如果希望输入口令时 终端中没有回显 可以使用getpass模块的getpass函数 # import getpass 阅读全文
posted @ 2019-07-31 20:59 无始而终 阅读(190) 评论(0) 推荐(1) 编辑
摘要: 学习了python的第一个程序:hello woeld!print('hello world!') 其它工具介绍: IDLE--自带的集成开发工具 IPython--更好的交互式编程工具 Shell--文本编译神器 指令和程序: 计算机的五大部件:运算器、控制器、存储器、输入设备和输出设备。 变量和 阅读全文
posted @ 2019-07-30 20:12 无始而终 阅读(159) 评论(0) 推荐(0) 编辑