ответвлено от main/python-labs
Сравнить коммиты
2 Коммитов
b4e003ddbe
...
d986456727
| Автор | SHA1 | Дата | |
|---|---|---|---|
|
|
d986456727 | ||
|
|
cef70ce455 |
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
## 1.Создание копии репозитория
|
## 1.Создание копии репозитория
|
||||||
|
|
||||||
|
|
||||||
```py
|
```py
|
||||||
$ git clone http://uit.mpei.ru/git/Solovyova_ED/python-labs.git
|
$ git clone http://uit.mpei.ru/git/Solovyova_ED/python-labs.git
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ spisok = ['колебат'] * 4
|
|||||||
True
|
True
|
||||||
#6
|
#6
|
||||||
dir(D)
|
dir(D)
|
||||||
['__class__', '__class_getitem__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getitem__', '__getstate__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__ior__', '__iter__', '__le__', '__len__', '__lt__', '__ne__', '__new__', '__or__', '__reduce__', '__reduce_ex__', '__repr__', '__reversed__', '__ror__', '__setattr__', '__setitem__', '__sizeof__', '__str__', '__subclasshook__', 'clear', 'copy', 'fromkeys', 'get', 'items', 'keys', 'pop', 'popitem', 'setdefault', 'update', 'values']
|
['__class__', '__class_getitem__', '__contains__', '__delattr__', '__delitem__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getitem__', '__getstate__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__ior__', '__iter__', '__le__', '__len__', '__lt__', '__ne__', '__new__','__or__', '__reduce__', '__reduce_ex__', '__repr__', '__reversed__', '__ror__', '__setattr__', '__setitem__', '__sizeof__', '__str__', '__subclasshook__', 'clear', 'copy', 'fromkeys', 'get', 'items', 'keys', 'pop', 'popitem', 'setdefault', 'update', 'values']
|
||||||
keys
|
keys
|
||||||
dict_keys(['усиление', 'запаздывание', 'постоянная времени'])
|
dict_keys(['усиление', 'запаздывание', 'постоянная времени'])
|
||||||
values
|
values
|
||||||
|
|||||||
@@ -53,3 +53,4 @@ subjects_dict = dict(zip(subjects, hours))
|
|||||||
subjects_dict
|
subjects_dict
|
||||||
{'Математический анализ': 6, 'Физика': 4, 'ТАУ': 5, 'ИАД': 3}
|
{'Математический анализ': 6, 'Физика': 4, 'ТАУ': 5, 'ИАД': 3}
|
||||||
```py
|
```py
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user