回答編集履歴

1

微修正

2022/10/01 08:59

投稿

otn
otn

スコア84661

test CHANGED
@@ -4,7 +4,7 @@
4
4
  ```Python
5
5
  data = [0, [96, 489, 330], [326, 490, 330], [326, 490, 330], [325, 490, 330]]
6
6
 
7
- with open("out.json","w") as f:
7
+ with open("out.txt","w") as f:
8
8
  print(data,file=f)
9
9
  ```
10
10