Can we run the codes created in this app on an interpreter ? If yes how ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Can we run the codes created in this app on an interpreter ? If yes how ?

14th Jun 2020, 1:12 PM
Dhagash Budhdeo
3 Respuestas
+ 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.
14th Jun 2020, 1:35 PM
Lothar
Lothar - avatar
+ 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.
14th Jun 2020, 1:32 PM
HonFu
HonFu - avatar
+ 1
Thank you all !
18th Jun 2020, 6:58 PM
Dhagash Budhdeo