12
s_m
1 11 28
654/ 745
Last seen 5 years ago
Member for 6 years, 4 months, 7 days
Difficulty Normal
Best reviews / Newest reviews
Figure it out yourself.-veky 1 1
Hi! Would you be so kind to explain what means '*' in expression interp1d([*map(stamp, solutions)], [*solutions.values()]) Regards, s_m. More
Obvious-veky 1 1
strategically. Often find out various cool things looking through your solutions. THanks. More
First-Sim0000 1
Would you be so kind to explain what means the '+' in the expression '+[^A-Za-z]*' ? I can't uderstand it, cuase there no any chatacter before '+'. More
map can take more than 2 arguments-veky 1
Hi, Veky! Happy New Year! Why should we specify typing.Iterable[int] and why do we need to specify [int] ? It is supposed to work without it. I have read python docs and I don't really understand what typing module is for in python. And why did you use 'itertools.tee' instead of 'iter More