发布时间:2019-08-26 07:19:56编辑:auto阅读(2061)
s="xxx%d yyy%s\n" % (28,'jeapedu')
file_obj.write(s)
fd=open('format.txt','w')
head='%10s %10s %10s \n' % ('ID','Name','Record')
fd.write(head)
item1='%10d %10s %10.2f' % (9510442,'Jeapedu1',78.96)
fd.write(item1)
item2='%10d %10s %10.2f' % (9510443,'Jeapedu2',88.96)
fd.write(item2)
item3='%10d %10s %10.2f' % (9510444,'Jeapedu3',94.56)
fd.write(item3)
...
...
fd.close()
上一篇: centos7.3更换python版本-
下一篇: Python IDLE快捷键一览
50041
49297
39958
36998
31393
28234
27194
21983
21935
20266
373°
289°
271°
447°
439°
1050°
1964°
1821°
1461°
2928°