22Nikk0 commited on
Commit
8f76358
·
verified ·
1 Parent(s): 0985f2d

Create test.py

Browse files
Files changed (1) hide show
  1. test.py +2 -0
test.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ with open('test.json', 'w') as file:
2
+ file.write({"truc": True})