2016年2月11日

摘要: '''内置函数,不需要导入任何模块就可以使用的函数'''print(bytearray('长大的',encoding='utf-8'))'''转成字节'''print(callable(abs(1)))'''是否可以执行'''print(chr(int(101)))'''将一个数字转换成ascill 阅读全文
posted @ 2016-02-11 12:13 卷土重来 阅读(166) 评论(0) 推荐(0) 编辑

导航