half finish A1
This commit is contained in:
5
A/1/A1_to_csv.py
Normal file
5
A/1/A1_to_csv.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import json
|
||||
with open("A1_res.json", "r") as file:
|
||||
content=json.load(file)
|
||||
for lst in content:
|
||||
print(lst[0])
|
Reference in New Issue
Block a user