Funkcja eval () w Pythonie
>>> eval('7')
7
>>> eval('7+7')
14
Outrageous Ostrich
>>> eval('7')
7
>>> eval('7+7')
14