БГ
Size: a a a
БГ
E
IW
E
exec('while input("say my name: ") != "Heisenberg": print("nope")\nprint("you\'re goddamn right")')БХ
БГ
py3
print(filter.__doc__)
filter(function or None, iterable) --> filter object
Return an iterator yielding those items of iterable for which function(item)
is true. If function is None, return the items that are true.
БХ
py3
print(filter.__doc__)
filter(function or None, iterable) --> filter object
Return an iterator yielding those items of iterable for which function(item)
is true. If function is None, return the items that are true.
K
ВТ
YD
А
𝕬
А
R3
П

G
G