摘要:
1 import time 2 3 # 返回时间戳 4 t=time.time() 5 print(t) name="one"''' bin() oct() hex() bytes() ascii() any() all() abs() bool() str() dict() list() callable() 判断能不能被调用,多数用于函数 char() 将ascii码对应的数... 阅读全文
摘要:
'''1.lambda 声明一个匿名函数,并且自动给你返回值2.map()3.float()4.globals()5.locals()6.input()7.print()8.int()9.int()10.len()11.open()12.bin13.oct()14.hex()15.tuple()16 阅读全文
摘要:
name="one"''' bin() oct() hex() bytes() ascii() any() all() abs() bool() str() dict() list() callable() 判断能不能被调用,多数用于函数 char() 将ascii码对应的数转为字符 ord() 将 阅读全文