diff --git a/TEMA7/report.md b/TEMA7/report.md index 40d551b..d3d29ad 100644 --- a/TEMA7/report.md +++ b/TEMA7/report.md @@ -142,13 +142,13 @@ Help on function uspeh in module \_\_main\_\_: Traceback (most recent call last): -  File "", line 1, in + File "", line 1, in -  slozh({"A" : 1, "B" : 2}, {"C" : 3, "D" : 4}, {"E" : 5, "F" : 6}, {"G" : 7, "H" : 8}) # Сложение словарей + slozh({"A" : 1, "B" : 2}, {"C" : 3, "D" : 4}, {"E" : 5, "F" : 6}, {"G" : 7, "H" : 8}) # Сложение словарей -  File "", line 3, in slozh + File "", line 3, in slozh -  return a1+a2+a3+a4 + return a1+a2+a3+a4 TypeError: unsupported operand type(s) for +: 'dict' and 'dict' @@ -156,13 +156,13 @@ TypeError: unsupported operand type(s) for +: 'dict' and 'dict' Traceback (most recent call last): -  File "", line 1, in + File "", line 1, in -  slozh({1, 2}, {3, 4}, {5, 6}, {7, 8}) # Сложение множеств + slozh({1, 2}, {3, 4}, {5, 6}, {7, 8}) # Сложение множеств -  File "", line 3, in slozh + File "", line 3, in slozh -  return a1+a2+a3+a4 + return a1+a2+a3+a4 TypeError: unsupported operand type(s) for +: 'set' and 'set' @@ -257,14 +257,13 @@ Help on function inerz in module \_\_main\_\_: inerz(x, T, ypred) + Модель устройства с памятью: -  Модель устройства с памятью: + x- текущее значение вх.сигнала, -  x- текущее значение вх.сигнала, + T -постоянная времени, -  T -постоянная времени, - -  ypred - предыдущее значение выхода устройства + ypred - предыдущее значение выхода устройства ``` @@ -524,13 +523,13 @@ inerz(x, T, ypred) Traceback (most recent call last): -  File "", line 1, in + File "", line 1, in -  func2(kort) + func2(kort) -  File "", line 2, in func2 + File "", line 2, in func2 -  sps[1]=99 + sps[1]=99 TypeError: 'tuple' object does not support item assignment @@ -624,9 +623,9 @@ lambda \[<Список аргументов >]: <Возвращаемое зна Traceback (most recent call last): -  File "", line 1, in + File "", line 1, in -  print(alp.\_\_next\_\_()) + print(alp.\_\_next\_\_()) StopIteration @@ -684,13 +683,13 @@ StopIteration Traceback (most recent call last): -  File "", line 1, in + File "", line 1, in -  res=func8(glb) + res=func8(glb) -  File "", line 3, in func8 + File "", line 3, in func8 -  print(glb) + print(glb) UnboundLocalError: cannot access local variable 'glb' where it is not associated with a value