@ -147,7 +147,8 @@ while rashod: # Цикл закончится когда rashod = 0
```py
import math
stroka='Расчет процесса в объекте регулирования'
i=0sps2=[]
i=0
sps2=[]
while i<len(stroka):
r=1-2/(1+math.exp(0.1*i))
sps2.append(r)