Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
I need to store a JSON configuration file that will be read by python.
–3
votes
asked
Apr 9, 2021
by
Bob Culbertson
(
90
points)
Can I create and store this file somewhere where I can path to it?
In this case a JSON file used to manipulate Google Sheets.
B
Please
log in
or register to answer this question.
1 Answer
+1
vote
answered
Apr 9, 2021
by
Peter Minarik
(
101,420
points)
You can just add a file to your OnlineGDB project and you can access that file any way you want.
See this example (language doesn't matter, it works the same way with any language):
https://onlinegdb.com/ByaGjUlNO
commented
Apr 10, 2021
by
Bob Culbertson
(
90
points)
Thank you!
B
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...