标签:函数定义 unicode other 相关 imp 导入 port 压缩 python3
形式:
def functionName(p1,p2): statement other statement
需要注意:
形式:functionname(a1,a2)
UTF-8 是 Unicode Transformation Format 8 Bits 的简称,是一种编码规定,其目的在于减少编码时候的文本对内存的浪费。
这是一种压缩编码方式,针对常见字符使用8位,需要的时候再去使用16位或者32位。
Python 中以 not, and,or 来表示逻辑非,逻辑与,逻辑或。
以 True 和 False 来表示 boolean 的真或假。
learn python the hard way 习题18~25总结
标签:函数定义 unicode other 相关 imp 导入 port 压缩 python3
原文地址:https://www.cnblogs.com/FBsharl/p/10164439.html