0
Question:
What is the meaning of:{eval()}function???
2 Respostas
0
Here is an example code.
https://sololearn.com/compiler-playground/cQBVGNa0840t/?ref=app
You can e. g. evaluate a math term from a string. Or execute source code with it.
0
Here is the SoloLearn lesson about the exec function which is often compared with eval.
https://www.sololearn.com/learn/903/?ref=app
In the comments below they talk about eval too.
You also can find more in the q&a/discuss. Just search for python eval.