👑️
Size: a a a
👑️
БГ
with for_(iterable) as cycle:
item = cycle.get()
cycle.do(...)
👑️
БГ
with for_(iterable) as cycle:
item = cycle.get()
cycle.do(...)
БГ
with switch(var) as case:
if case(variant):
...
БГ
with switch(var) as case:
if case(variant):
...
👑️
БГ
👑️
👑️
👑️
БГ
БГ
for case in switch(var):
if case(value):
# do smth
👑️
👑️
БГ
👑️
👑️