How do I execute a python script in an android application using the built-in python interpreter?

I need to create an application to execute a python script. It is basically a beginner python app. Student can write python code and then run python file, it should show the result. Basically this application provides python lessons for students, according to the lesson I need to provide a testing environment for them. So how can I do this?

+3


source to share





All Articles