15
kia.iri.kia
3 16 27
1015/ 1195
Ирина Куликова
Last seen 1 year ago
Member for 3 years, 4 months, 29 days
Difficulty Normal
Missions (100) / Solutions (84)
Best solutions / Newest solutions
Initiation
My solution for "Nearest Value"
Nearest Value
sort
index
min
abs
set
1
First
Number Length
int
str
len
My solution for "Is Even"
Is Even
bool
False
True
int
if
1
My solutions for "Beginning Zeros"
Beginning Zeros
break
int
str
len
for
1
My solution for "Count Digits"
Count Digits
isdigit
int
str
for
if
First
Replace First
pop
typing.Iterable
Iterable
typing
append
First
Acceptable Password I
bool
False
True
else
str
My solutions for "Max Digit"
Max Digit
max
list-comp
comprehension
int
str
My solutions for "Split Pairs"
Split Pairs
iter
next
list-comp
comprehension
len
First
Remove All Before
index
typing.Iterable
Iterable
not
typing
First
End Zeros
break
list
else
int
str
My solution for "Sum Numbers"
Sum Numbers
isdigit
split
else
int
str
My first solutions for "Between Markers (simplified)"
Between Markers (simplified)
split
str
My second solution for "Between Markers (simplified)"
Between Markers (simplified)
rf-string
f-string
re.search
search
re
First
First Word (simplified)
split
str
My solution for "All the Same"
All the Same
Any
typing.Any
List
typing.List
bool
Home
My solution for "Split List"
Split List
list
else
int
len
if
My solution for "Backward Each Word"
Backward Each Word
join
list-comp
split
comprehension
str
My solution for "Morse Decoder"
Morse Decoder
capitalize
join
append
split
for
My solution for "Date and Time Converter"
Date and Time Converter
calendar.month_name
month_name
calendar
f-string
inline-if
My solution for "Bigger Price"
Bigger Price
lambda
sorted
True
list
int
My solution for "Popular Words"
Popular Words
dict
lower
count
split
list
My solution for "Sun Angle"
Sun Angle
datetime.time
time
datetime.timedelta
timedelta
round
My solution for "Second Index"
Second Index
find
None
count
str
if
My solution for "First Word"
First Word
re.search
search
r-string
re
str
My solution for "Days Between"
Days Between
date
datetime.date
datetime
abs
My solution for "Right to Left"
Right to Left
tuple
replace
join
list-comp
comprehension
My solution for "Three Words"
Three Words
isalpha
isdigit
bool
elif
False
My solution for "Even the Last"
Even the Last
and
range
list
int
len
My solution for "Non-unique Elements"
Non-unique Elements
count
if-comprehension
list-comp
list
comprehension
Electronic Station
My solution "Similar Triangles"
Similar Triangles
Tuple
typing.Tuple
math.sqrt
sqrt
round
My solution for "Acceptable Password V"
Acceptable Password V
any
map
isalpha
isdigit
bool
"Acceptable Password VI"
Acceptable Password VI
any
map
isalpha
isdigit
bool
Sort by Extension
Sort by Extension
rsplit
itemgetter
operator.itemgetter
operator
copy
My solution for "Words Order"
Words Order
enumerate
bool
set
sorted
if-comprehension
My solution for "Acceptable Password IV"
Acceptable Password IV
any
map
isalpha
isdigit
bool
"Ascending List"
Ascending List
all
typing.Iterable
Iterable
bool
typing
My solution for "Acceptable Password II"
Acceptable Password II
any
map
isdigit
bool
False
My solution for "Digits Multiplication"
Digits Multiplication
replace
int
str
for
1
Verify Anagrams
Verify Anagrams
map
replace
lower
lambda
sorted
Scientific Expedition
My solution for "YAML. More Types"
YAML. More Types
Exception
raise
type
strip
index
My solution for "YAML. Simple Dict"
YAML. Simple Dict
strip
index
isdigit
in
split
My solution for "Sum by Type"
Sum by Type
Tuple
typing.Tuple
isinstance
typing
sum
My solution for "Caps Lock"
Caps Lock
dict-comp
items
upper
zip
enumerate
1
My solution for "Goes Right After"
Goes Right After
index
bool
in
False
and
My solution for "Conversion into CamelCase"
Conversion into CamelCase
capitalize
join
list-comp
split
comprehension
My solution for "Conversion from CamelCase"
Conversion from CamelCase
isupper
lower
join
append
else
My solution for "The Hidden Word"
The Hidden Word
enumerate
index
replace
max
lower
My solution for "Follow Instructions"
Follow Instructions
for
if
My solution for "Time Converter (24h to 12h)"
Time Converter (24h to 12h)
f-string
inline-if
elif
split
else
My solution for "Bird Language"
Bird Language
re.sub
sub
r-string
re
My solution for "Pangram"
Pangram
ascii_lowercase
string.ascii_lowercase
string
set
lower
My solution for "Common Words"
Common Words
set
sorted
join
split
list
My solution for "Absolute Sorting"
Absolute Sorting
tuple
abs
sorted
list
My solution for "Secret Message"
Secret Message
isupper
join
if-comprehension
list-comp
comprehension
My solution for "The Most Wanted Letter"
The Most Wanted Letter
collections.Counter
Counter
collections
isalpha
lower
O'Reilly
My solution for "Lightbulb Start Watching"
Lightbulb Start Watching
Optional
typing.Optional
copy
reversed
insert
9
My solution for "Lightbulb End Watching"
Lightbulb End Watching
Optional
typing.Optional
datetime.timedelta
timedelta
copy
12
My solution for "Lightbulb Intro"
Lightbulb Intro
reversed
datetime.datetime
datetime
List
typing.List
14
My solution for "Median of Three"
Median of Three
typing.Iterable
Iterable
typing
sorted
while
My solution for "Reverse Every Ascending"
Reverse Every Ascending
range
len
for
if
My solution for "Compress List"
Compress List
dict-comp
keys
enumerate
typing.Iterable
Iterable
My solution for "Replace Last"
Replace Last
list-comp
list
comprehension
len
if
My solution for "Majority"
Majority
bool
count
False
True
list
My solution for "Frequency Sorting"
Frequency Sorting
collections.Counter
Counter
collections
sort
lambda
My solution for "Time Converter (12h to 24h)"
Time Converter (12h to 24h)
f-string
inline-if
in
and
split
1
My solution for "Sort Except Zero"
Sort Except Zero
insert
dict-comp
sort
enumerate
typing.Iterable
My solution for "Flatten a List"
Flatten a List
re.sub
sub
r-string
re
list-comp
My solution for "Xs and Os Referee"
Xs and Os Referee
List
typing.List
enumerate
typing
join
My solution for "Median"
Median
float
List
typing.List
sort
typing
Ice Base
My solution for "Find Quotes"
Find Quotes
findall
re.findall
r-string
re
My solution for "Morse Encoder"
Morse Encoder
strip
lower
join
append
split
My solution for "Long Repeat"
Long Repeat
groupby
itertools.groupby
itertools
max
join
My solution for "Roman Numerals"
Roman Numerals
reversed
zip
sort
join
elif
My solution for "Monkey Typing"
Monkey Typing
set
lower
if-comprehension
in
list-comp
My solution for "The Most Numbers"
The Most Numbers
round
min
max
else
if
GitHub
My solution for "Evenly Spaced Trees"
Evenly Spaced Trees
math.gcd
gcd
functools.reduce
reduce
functools
My solution for "Expand Intervals"
Expand Intervals
chain
itertools.chain
itertools
typing.Iterable
Iterable
My solution for "Merge Intervals"
Merge Intervals
itemgetter
operator.itemgetter
groupby
itertools.groupby
operator
My first solutions for "Create Intervals"
Create Intervals
difference
rstrip
map
min
set
My solution for "The Most Frequent Weekdays"
The Most Frequent Weekdays
MONDAY
calendar.MONDAY
Calendar
calendar.Calendar
calendar.day_name
My solution for "The End of Other"
The End of Other
endswith
False
and
True
for
HubSpot
My solution for "New Cities"
New Cities
is
dict-comp
add
tuple
remove
Blizzard
My solution for "Stressful Subject"
Stressful Subject
endswith
re.search
search
r-string
isupper