发布时间:2019-08-26 07:19:56编辑:auto阅读(1973)
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快捷键一览
48901
47985
38759
35892
30319
27088
26099
20934
20752
19113
594°
671°
662°
668°
640°
611°
693°
756°
884°
1043°