python 一些记录

os

os.path.isdir(param) param需要相对路径/绝对路径


str.format

  • 数字格式化
    "{:2f}".format(23.454363) 注意要有冒号

你可能感兴趣的:(python)