09 2018 档案
摘要:python 2.6以后内置函数#10进制转为2进制>>> bin(10)'0b1010'#2进制转为10进制>>> int("1001",2)9 #10进制转为16进制>>> hex(10)'0xa'#16进制到10进制>>> int('ff', 16)255>>> int('0xab', 16)
阅读全文
posted @ 2018-09-26 21:18
ShanCe-刘勇
摘要:内置功能 abs() 绝对值 delattr() hash() memoryview() set() all() dict() help() min() setattr() any() dir() hex() next() slice() ascii() divmod() id() object() sorted() bin() enumerate() input...
阅读全文
摘要:https://blog.csdn.net/qq_33991989/article/details/71512768
阅读全文
posted @ 2018-09-16 21:57
ShanCe-刘勇

浙公网安备 33010602011771号