Untitled
unknown
python
2 years ago
211 B
11
Indexable
import json
if __name__ == '__main__':
with open('data/simple_data.json', 'r', encoding='utf-8') as file:
data = json.load(file) # pdczyt danych z pliku simple_data.json
print(data)
Editor is loading...
Leave a Comment