+ 2
Can we run the codes created in this app on an interpreter ? If yes how ?
4 Answers
+ 6
To get the code run outside the sololeran app, you have to 'export' it first. Select the complete code, then copy it to clipboard. Switch to the IDE you want to use and paste it in the code editor. Then you can run the code. If you have the same modules indtalled as in playground the code should execute properly.
+ 1
You'd have to copypaste the code from the app and store it on your device as a .py file. Python needs to be installed obviously. Then you just run it.
+ 1
Thank you all !