发布时间:2019-08-26 07:19:56编辑:auto阅读(2011)
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快捷键一览
49387
48584
39276
36361
30771
27584
26577
21397
21260
19606
250°
488°
478°
566°
931°
639°
1320°
1573°
1243°
1226°