Delete demo.py

master
JesterHey 2 years ago committed by GitHub
parent 60506e0d4a
commit 22fbfae9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +0,0 @@
import json
with open('18503.json','r',encoding='utf-8') as f:
data = json.load(f)
for i,j in data.items():
print(j['answer'])
print('-'*50)
Loading…
Cancel
Save