python笔记 2017-12-27 Python,杂谈 5 条评论 508 次阅读 srt,rept,反引号可以把值转为字符串 srt和int,long一样,是一种类型,但是repr只是函数 - 阅读全文 -
cmath 和复数 2017-12-26 Python 暂无评论 247 次阅读 用sqrt函数计算一个数的平方根如果给它一个负数作为参数会怎样?输入>>>from math import qsrt >>>sqrt(-1)返回Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: math domain e - 阅读全文 -