I have a problem, within a cycle for
I have a variable that is changing value and I want to save each value generated within a list to be used in other operations. In my case, the variable that changes value is Asx
, and I want to store each value that it generates in a list.
M = [2,5,6,8,7]
fy = 4200
h = 30
b = 20
d = 0.90*h
for i in M:
Asx = (i*100000)/(0.81*fy*d)