12
dankiktenko
1 6 26
660/ 745
Daniil Kiktenko
Last seen 1 year ago
Member for 1 year, 11 months, 26 days
Difficulty Normal
Missions (59) / Solutions (23)
Best solutions / Newest solutions
Initiation
.rstrip('0')
End Zeros
rstrip
int
str
len
17
%2
Is Even
bool
not
int
1
.isnumeric()
Sum Numbers
isnumeric
sum
if-comprehension
list-comp
split
Home
Rounded up division: (dividend - 1) // divisor + 1
Split List
list
len
Straightforward
Sun Angle
typing.Union
Union
round
map
typing
First
Morse Decoder
capitalize
get
map
lambda
join
.split(' ')
Backward Each Word
map
lambda
join
split
str
1
Straightforward
Date and Time Converter
f-string
map
split
int
str
Step by step
Between Markers
find
else
str
len
if
Sorted with key, sliced
Bigger Price
lambda
sorted
True
list
int
Ordinary
Pawn Brotherhood
set-comp
filter
ord
set
lambda
.replace()
Right to Left
tuple
map
replace
lambda
join
word[0] in '1234567890'
Three Words
break
bool
in
False
True
Electronic Station
1-liner: 150 chars
Similar Triangles
set-comp
zip
map
lambda
sum
4
1
Dynamic Programming
Find Sequence
List
typing.List
map
bool
typing
First
Words Order
remove
pop
bool
set
not
First
Ascending List
typing.Iterable
Iterable
bool
typing
while
Five rules
Acceptable Password VI
any
isdigit
set
not
lower
2
re.fullmatch()
Unix Match. Part 1
fullmatch
re.fullmatch
r-string
re
None
Four rules
Acceptable Password V
any
isdigit
not
lower
or
Three rules
Acceptable Password IV
any
isdigit
not
or
and
Singleline recursion
Digits Multiplication
or
inline-if
int
Scientific Expedition
1-liner: Chained comparison
Goes Right After
find
lambda