Этот коммит содержится в:
2025-11-23 23:35:28 +03:00
родитель fd2984bcdf
Коммит 4363aa2fa2

Просмотреть файл

@@ -22,7 +22,7 @@ None.
Выполнено успешно!
```
Функция - класс function:
```
```py
>>> type(uspeh)
<class 'function'>
```
@@ -156,8 +156,8 @@ TypeError: unsupported operand type(s) for +: 'int' and 'str'
>>> for xx in sps:
yy = inerz(xx,TT,yy)
spsy.append(yy)
```py
```
```py
>>> import pylab as plt
>>> plt.plot(spsy, label = "Выходной сигнал")
[<matplotlib.lines.Line2D object at 0x00000241DC815370>]