temp.py 110 B

12345678
  1. # %%
  2. import json
  3. # %%
  4. with open('descrizione.json', 'r') as file:
  5. prova = json.load(file)
  6. # %%
  7. prova
  8. # %%