Python自动流程化高效率工作博士生的科研感悟和生活沉淀

2019-11-04 Python TypeError: not

2019-11-04  本文已影响0人  Shalom小白

错误:

instr = "'%s', '%s', '%d', '%s', '%s', '%s', '%s'" % softname, procversion, int(percent), exe, description, company, procurl

解决方案:

instr = "'{0}', '{1}', '{2}', '{3}', '{4}', '{5}', '{6}'".format(softname, procversion, int(percent), exe, description, company, procurl)

参考

上一篇下一篇

猜你喜欢

热点阅读