Pyhton: eval(), exec() or another function?

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Pyhton: eval(), exec() or another function?



I have a problem. What should I use? Here's the code:


import example

a = 1
b = "+"
c = 3
g = example.Calc(a, b, c)
result = example.Calc.f
print(f"The result is result")



example.py:


class Calc:
f = None
def __init__(self, a, b, c):
eval(f"d = a b c")
Calc.f = d



It should print "The result is 4", but instead it gives this error:


Traceback (most recent call last):
File "C:(Path to script)example.py", line 4, in __init__
eval(f"d = a b c")
File "<string>", line 1
d = a - c
^
SyntaxError: invalid syntax









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

evOz,U64,1xJy9MXn,WyWppfe0jcBBdxi01TtRyLJ468S6320TjPoq
M4d4FOOcf9 wCSi,3u2,gy,LWpy,Af8N3Twu752z,sWT8C lg2 f3d5S6L8TZmqY5PNzjH,dQzgXUZBWm4,ZOud0ipqzZ9VZdhT 8FJ1W

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3