4 Réponses
+ 3
Qq Qq ,
your post reads a bit confused and vague.
if you really have a coding / learning related question / topic, please rework your post by adding helpful information.
+ 2
What you want to say?
0
Hello, Qq Qq and welcome to SoloLearn!
It's great to have you here! Thank you for reaching out to the community.
That said, I am afraid your question is not quite clear.
By "python in python", do you mean to say that you want to create a Python interpreter to demonstrate how Python can interpret its own commands that you can run on SoloLearn Code Playground?
If so, you migt want to start simple and create a miniature REPL (Read–Eval–Print Loop) which allows you to type Python commands while the program is running and it will execute them just as a tiny interpreter would.
Thank you.
0
This looks like you are asking possibly 3 different things from executing one script to execute a secondary script , or combining two scripts , or possibly threading ... Like others here your question is unclear but here are 2 codes with 3 examples BUT please clarify...
https://sololearn.com/compiler-playground/ceouhOy47nRX/?ref=app
https://sololearn.com/compiler-playground/croln999JR7I/?ref=app



