half finish A1

This commit is contained in:
2024-09-05 20:54:18 +08:00
commit 9528906db8
4 changed files with 190 additions and 0 deletions

5
A/1/A1_to_csv.py Normal file
View 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])