2018年10月9日

摘要: 一、关键字 python中一共含有32个关键字:'false', 'none', 'true', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally 阅读全文

posted @ 2018-10-09 19:51 SeanJiang 阅读(6022) 评论(0) 推荐(0)

2018年10月5日

摘要: 一、格式符 % %[(name)][floags][width].[precision]typecode(name) 可选,用于选择指定的keyflags 可选,可提供的值有: · + 右对齐,整数前加正号,负数前加负号 · - 左对齐,正数钱无符号,负数前加负号; · 空格 右对齐;正数前加空格, 阅读全文

posted @ 2018-10-05 22:09 SeanJiang 阅读(433) 评论(0) 推荐(0)