+ 2
How to add json file in solo learn (python)
Hello guys, I build an interactive dictionary app using python I need to post it in in sololearn but problem is that my code uses .json file. I don't see an option for .json file , that means sololearn doesn't support .json file? If it support, then how to add .json file in sololearn.
2 Respostas
+ 5
No you can't save .json files here.
Upload your file to Github or the site you want and fetch it here using python.
If the file is small you could insert it directly in your python code(maybe as string).
Sololearn's CodePlayground is not very interactive. You need to input everything when the program starts.
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 1
Thanks for the reply!