上一页 1 ··· 32 33 34 35 36
摘要: '''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 阅读全文
posted @ 2017-03-09 16:16 雷神约 阅读(149) 评论(0) 推荐(0) 编辑
摘要: name="one"''' bin() oct() hex() bytes() ascii() any() all() abs() bool() str() dict() list() callable() 判断能不能被调用,多数用于函数 char() 将ascii码对应的数转为字符 ord() 将 阅读全文
posted @ 2017-03-09 11:18 雷神约 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36