Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍34🗿4🔥1
Anonymous Quiz
6%
func_name
73%
__name__
6%
__func__
15%
name()
👍8🗿2💊1
Anonymous Quiz
27%
append()
49%
insert()
11%
extend()
14%
prepend()
👍15
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍14🤷♂8😁1
Anonymous Quiz
58%
[1, 2, 3, 4]
27%
[(1, 2), (3, 4)]
4%
[1, 2, [3, 4]]
11%
[[1, 2], [3, 4]]
👍7
Anonymous Quiz
12%
Выполняется после каждой итерации
73%
Выполняется один раз после завершения цикла, если не было break
14%
Выполняется при условии True
2%
Запускает цикл заново
💊35🗿11👍2
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍16🤷♂7🗿1
Anonymous Quiz
13%
SyntaxError
49%
NameError
8%
TypeError
30%
ValueError
💊10👍5
Anonymous Quiz
7%
list
16%
tuple
64%
set
12%
dictionary
👍10🤔2
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍25🤷♂4🤔2
Anonymous Quiz
52%
except Exception as e:
12%
except error:
9%
except all:
28%
except:
👍11🗿10
Anonymous Quiz
30%
if x == 'apple' or 'orange':
50%
if x in ['apple', 'orange']:
17%
if x == 'apple' || x == 'orange':
4%
if x == ('apple', 'orange'):
👍12
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍35🗿5💊4🔥3
Anonymous Quiz
24%
map()
66%
filter()
4%
reduce()
6%
select()
👍6🤔3
Anonymous Quiz
35%
find()
59%
index()
3%
locate()
3%
search()
👍10
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍16🤷♂3
Anonymous Quiz
24%
[('a', 2), ('b', 2)]
5%
[('a', 2), ('c', 2)]
5%
[('b', 2), ('c', 2)]
66%
[('a', 2), ('b', 2), ('c', 2)]
🤔14👍5
Anonymous Quiz
26%
5
67%
1
5%
4
2%
3
👍9💊1
Ставь 👍 если знал ответ, 🔥 если нет
Забирай 📚Базу Знаний
Please open Telegram to view this post
VIEW IN TELEGRAM
👍11🤷♂5
Anonymous Quiz
57%
Counter({1: 1, 2: 2})
8%
Counter({2: 2, 3: 1})
8%
Counter({2: 1, 1: 1})
27%
Counter({1: 1, 2: 1, 3: 1})
👍8🤔2