随笔分类 -  python

摘要:函数 abs() Return the absolute value of a number. The argument may be an integer or a floating point number. If the argument is a complex number, its ma 阅读全文
posted @ 2018-01-10 21:35 Merrys 阅读(219) 评论(0) 推荐(0)
摘要:初级学者,不为了会,混个熟悉 退出 exit() 输出 print() 输入 input() 语法 以#开头的语句是注释;当语句以冒号:结尾时,缩进的语句视为代码块;大小写敏感 #!/usr/bin/env python3 告诉Linux/OS X系统,这是一个Python可执行程序,Windows 阅读全文
posted @ 2018-01-09 22:44 Merrys 阅读(188) 评论(0) 推荐(0)