質問編集履歴

1

修正しました

2019/01/16 04:53

投稿

mah3
mah3

スコア17

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,10 @@
15
15
  #print(k,v)
16
16
 
17
17
  print('{0} 原子が含まれている平面は {1}個存在する'.format(atom[k],v))
18
+
19
+ file = open('t.txt', 'w')
20
+
21
+ file.write('{0} 原子が含まれている平面は {1}個存在する'.format(atom[k],v))
18
22
 
19
23
  ```
20
24