Can we take python code as input in browser and return the output? [closed] (stackoverflow.com)stack
10 points by Innomight in stackoverflow.com · 4y ago · stack
I tried some ways but I cannot figure out a way if we can take input (Python Code) in browser (JS) and run the code and return the output online without creating an online compiler? I tried hitting some online interpreters urls with the code but it does not work. I was wondering…