python exec() function #shorts #python

preview_player
Показать описание
The python exec() function is used for the dynamic execution of python program which can either be a string or object code and it accepts large blocks of code, unlike the eval() function which only accepts a single expression.
Рекомендации по теме
Комментарии
Автор

The python exec() function is used for the dynamic execution of python program which can either be a string or object code and it accepts large blocks of code, unlike the eval() function which only accepts a single expression.

SHEETALSUPRIYA