X Tutup
Skip to content

Home work, lesson 1#131

Open
winged89 wants to merge 6 commits intoGeekBrainsTutorial:masterfrom
winged89:master
Open

Home work, lesson 1#131
winged89 wants to merge 6 commits intoGeekBrainsTutorial:masterfrom
winged89:master

Conversation

@winged89
Copy link
Copy Markdown

@winged89 winged89 commented Sep 9, 2018

ДЗ урок 1


l1 = [1, 2, 3, 4, 5]
l2 = [1, 3, 5]
for x in l2: l1.remove(x)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Тут твоя программа упадёт, если x не будет в списке l1

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

X Tutup