Skip to content

Instantly share code, notes, and snippets.

View emilgaripov's full-sized avatar

Emil Garipov emilgaripov

View GitHub Profile
@emilgaripov
emilgaripov / sorr_vlans.py
Last active April 28, 2020 13:43
Guess where is error in code
'''
Задание 4.5
Из строк command1 и command2 получить список VLANов,
которые есть и в команде command1 и в команде command2.
Результатом должен быть список: ['1', '3', '8']
Ограничение: Все задания надо выполнять используя только пройденные темы.