(Python) Is there any command that could send the user to another file or project that i have created ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

(Python) Is there any command that could send the user to another file or project that i have created ?

the problem is that the code playground makes me put in all input as soon as i run the code, and I want it to ask for the input one at a time so that I can create a choose your own adventure style piece. to remedy this I have been writing it all in different projects, with each prompt for input at the start of each new project and only one per project. Hence the question above. I would use a different python interpreter but I am on a school Chromebook that blocks all downloads. Any help would be very appreciated, Thanks. edit: thank you so much, the trinket.io interpreter worked exactly how i wanted it to

5th Nov 2016, 3:35 PM
Bryce Johnson
Bryce Johnson - avatar
1 Answer
+ 1
I don't fully understand your question. Solo Learn does not have a great compiler. I would try http://www.codeskulptor.org/ or https://trinket.io/. Try those! My school uses those because we are not allowed to download python3.x.
5th Nov 2016, 3:21 AM
-- -- --