4 5 6 7
3 4 5 6
an so on..
i tried using:
Code:
openfile =open("variables.txt")
for item in openfile:
print item
IS THERE ANY method of assigning each variable like lets say row 4 5...
openfile =open("variables.txt")
for item in openfile:
print item
A = [3.4, 5.6, 7.7, 9.7] B = [3.5, 4.7.-3.3, 8.7] C = [8.5, 6.7.-8.3, 4.7] f=2 g=4 z=A*B y=A*C*f u=C*g ww=z*y*u
A = [3.4, 5.6, 7.7, 9.7] B = [3.5, 4.7.-3.3, 8.7] C = [8.5, 6.7.-8.3, 4.7] Z = A*B*C
A = [3.4,
c=2
xfmin = 0.432*c
xfmax = 0.528*c
def xf(a, b):
return a+(b-a)*A
xfrn= xf(xfmin, xfmax)
for carlo in range (20): # Initially carrying out in the range from 0 to 20
s = 7.5
Leave a comment: