What do is eval? What args in eval? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What do is eval? What args in eval?

18th Jul 2018, 3:19 PM
Yan
Yan - avatar
2 Answers
+ 3
One of the best sources to get information about Python is the Python documentation: https://docs.python.org/3/library/functions.html#eval
18th Jul 2018, 3:32 PM
TurtleShell
TurtleShell - avatar
+ 2
https://code.sololearn.com/cIhbrMsCc8KC/?ref=app eval() uses the passed string as a code. More info: https://stackoverflow.com/questions/9383740/what-does-pythons-eval-do
18th Jul 2018, 3:27 PM
Satyam