Skip to content

Pavel intalov#25

Open
jskonst wants to merge 13 commits into
ISUCT:Pavel_Intalovfrom
PavelSlaanesh:Pavel_Intalov
Open

Pavel intalov#25
jskonst wants to merge 13 commits into
ISUCT:Pavel_Intalovfrom
PavelSlaanesh:Pavel_Intalov

Conversation

@jskonst
Copy link
Copy Markdown
Contributor

@jskonst jskonst commented May 26, 2022

No description provided.

Comment thread lab1/labIntal1
Comment on lines +2 to +3
from re import X
from tkinter import Y
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вот эти 2 импорта не нужны

Comment thread lab1/labIntal1
@@ -0,0 +1,22 @@
import math
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не забывайцте добавлять расширение файла - .py

Comment thread zachot/zachot.py
Comment on lines +1 to +8
a = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]
b = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
#заменил for k in b
# if k in a
#c.append(k)
#print(c)
result = list(set(a) & set(b))
print(result) No newline at end of file
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это хорошо бы в функцию обернуть

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants