7
degtyarevvladimirr
5 19
211/ 245
Vladimir Degtyarev
Last seen 1 year ago
Member for 1 year, 8 months, 14 days
Difficulty Normal
Missions (32) / Solutions (26)
Best solutions / Newest solutions
Initiation
First
Is Even
bool
print
False
True
int
1
First
Split Pairs
itertools.zip_longest
zip_longest
iter
itertools
print
1
First
Count Digits
findall
re.findall
r-string
re
print
1
First
Max Digit
max
print
comprehension
int
str
1
First
Nearest Value
abs
set
lambda
sorted
list
1
First
Multiply (Intro)
print
int
1
First
All Upper I
upper
bool
print
False
True
1
First
Beginning Zeros
break
print
else
int
str
1
First
Remove All Before
typing.Iterable
Iterable
except
try
typing
First
Replace First
pop
typing.Iterable
Iterable
typing
print
1
First
Sum Numbers
filter
isdigit
lambda
sum
print
1
First
Between Markers (simplified)
index
print
str
1
First
First Word (simplified)
print
split
str
1
First
Correct Sentence
upper
print
else
str
if
1
Home
First
Duplicate Zeros
extend
print
append
list
else
1
First
First Word
re.search
search
r-string
re
print
First
Right to Left
tuple
replace
print
join
list
1
First
Backward Each Word
re.sub
sub
r-string
re
print
1
First
Sort Array by Element Frequency
index
typing.Iterable
Iterable
typing
lambda
1
First
Popular Words
setdefault
collections.Counter
Counter
dict
collections
First
Second Index
filter
enumerate
None
lambda
print
1
First
Bigger Price
dict
lambda
print
sorted
True
1
First
Days Between
date
datetime.date
tuple
datetime
abs
1
First
Three Words
findall
re.findall
r-string
re
bool
2
First
Even the Last
enumerate
sum
print
if-comprehension
list
1
First
Non-unique Elements
filter
lambda
count
print
list
1