摘要:
String模块 ascii_letters ascii_uppercase ascii_lowercase digits octdigits hexdigits printable whitespace punctuation ASCII 美国标准信息交换代码。 定制了128个常用字符,主要是英文 阅读全文
摘要:
数学模块 引入模块:import math 注意: 使用某个模块下的函数,必须先引入这个模块,否则无法正常使用。 ceil() floor() round() pow() sqrt() fabs() abs() modf() copysign() fsum() sum() 模块提供的常见值 pi e 阅读全文
摘要:
时间日期相关的模块 calendar 日历模块 time 时间模块 datetime 日期时间模块 timeit 时间检测模块 日历模块 calendar() month() monthcalendar() isleap() leapdays() monthrange() weekday() tim 阅读全文