import math
from math import sqrt
a = 5
b
x
y = abs (((4 * a ** 3) - (7 * b ** 5)) + sqrt( a ** 2 + 25 * x))
print (y)
Не знаю что делать, вылезает ошибка такого типа
Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in <module>
start(fakepyfile,mainpyfile)
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start
exec(open(mainpyfile).read(), __main__.__dict__)
File "<string>", line 4, in <module>
NameError: name 'b' is not defined
[Program finished]