40
oduvan
15 34 57
10059/ 10664
Last seen 12 hours ago
Member for 13 years, 10 months, 21 days
Difficulty Easy
love it!

Missions (162) / Solutions (86)
Best solutions / Newest solutions
Strings and Integers
recursion
Multiply (Intro)
or
int
if
11
2
Third
Multiply (Intro)
6
7
Python 3.10
Fizz Buzz
case
match-case
str
6
First
Beginning Zeros
int
str
len
1
11
Operator
Multiply (Intro)
as
1
55
As simple as Possible
Multiply (Intro)
6
4
remove me plz
The Most Wanted Letter
ascii_lowercase
string.ascii_lowercase
string
max
lower
1
A little bit RE
Conversion from CamelCase
re.sub
sub
r-string
re
lower
9
5
First
Conversion into CamelCase
title
map
join
split
str
6
1
First
The Most Wanted Letter
ascii_lowercase
string.ascii_lowercase
as
string
max
endswith
Correct Sentence
endswith
upper
not
str
if
5
re.match
First Word
match
re.match
r-string
re
str
1
str.split
First Word
strip
replace
split
str
2
26
str.find
First Word
strip
find
replace
str
if
6
str.index - ValueError
First Word
strip
ValueError
index
replace
except
4
Just slightly better than veky's solution :)
Cut Sentence
shorten
textwrap.shorten
textwrap
False
len
5
1
First - Split - Join
Cut Sentence
join
split
len
if
20
1
Ghostbusters
Fizz Buzz
not
and
str
if
1
21
List but not the least
test
Median
sort
len
2
First
Duplicate Zeros
collections.abc.Iterable
yield
collections
Iterable
not
1
Iterable PEP-572
Compress List
StopIteration
iter
next
yield
typing.Iterable
1
you don't need parentheses
Easy Unpack
tuple
13
4
Lets recount this
All the Same
not
count
True
len
if
1
in set
All the Same
set
in
len
5
8
First
The Most Frequent
collections.Counter
Counter
collections
4
2
First
Easy Unpack
yield
Non-unique Elements
yield
count
for
if
5
32
First-Just-To-Test
Non-unique Elements
count
append
for
if
First
Median
sort
len
if
5
Look up in the Dict()
without split and re
Popular Words
dict
replace
lower
count
list
4
4
First
Bigger Price
lambda
sorted
True
1
2
First
Best Stock
items
None
for
if
list.count
Popular Words
replace
lower
count
split
for
Two Fors
Popular Words
replace
lower
in
split
for
1
One For
Best Stock
items
None
for
if
1
Find Max Price First
Best Stock
values
items
max
for
if
1
Max.Key
Best Stock
items
max
lambda
2
get_back_coor
Pawn Brotherhood
filter
index
lambda
or
in
3
Strings Theory
for-if-return
Surjection Strings
zip
bool
in
False
and
4
yield
Caps Lock
yield
upper
typing.Iterable
Iterable
not
2
str.split v2
Between Markers
contextlib.suppress
suppress
contextlib
with
ValueError
18
5
in str.find
Between Markers
find
in
else
str
len
3
5
index
Between Markers
ValueError
index
except
try
str
str.count - str.find
Second Index
find
None
count
str
if
str.index - ValueError
Second Index
ValueError
index
None
except
try
1
54
First - The most non-efficient
Long Non Repeat
enumerate
or
in
and
range
First
Striped Words
digits
string.digits
filter
findall
re.findall
2
my_old
House Password
islower
isupper
isdigit
bool
print
1
my first
House Password
islower
isupper
isdigit
bool
if-comprehension
1
First
House Password
islower
isupper
isdigit
bool
inline-if
1
81
List, list and list again
First
Split List
math.ceil
ceil
math
list
len
1
yield from
Flatten a List (iterator version)
collections.Iterable
bytes
yield
isinstance
collections
9
2
First
Loading Cargo
yield
map
min
abs
lambda
15
5
Different kind of sets
done
Shorter Set
set
not
sorted
list
int
5
5
simple yield
Expand Intervals
yield
typing.Iterable
Iterable
typing
range
5
1
Merger Recursion
Merge Intervals
min
max
not
len
if
7
2
Unblock Child
Power Supply
discard
setdefault
items
continue
set
9
InspiredbyFaibbus
The End of Other
not
sorted
list-comp
range
comprehension
3
8
Mine
sort
Latest ISO datetime
print
sorted
True
str
1
4th
Funny Addition
min
max
9
1
Third
Funny Addition
range
for
Second
Funny Addition
range
list
len
2
1
First
Funny Addition
sum
1
GitHub
First
City's Happiness
set-comp
collections.Counter
Counter
values
dict
3
All the Romans (there are no romans left)
Roman Numerals
exec
break
lambda
while
range
4
4
sorry
Restricted Sum
globals
1
7
Everything is Object
First
The Lancers
class
property
super
decorator
pass
16
1
First
Army Battles
class
property
decorator
pop
not
2
Get Kicked
The Warriors
class
property
decorator
not
True
2
First
3 Chefs
class
format
10
3
Master of the Time Stone
Keep testing match
Birthday Party
case
match-case
datetime.timedelta
timedelta
date
1
2
First
Lightbulb Operating
datetime.min
datetime.max
itertools.zip_longest
zip_longest
typing.Union
3
3
Shelter
First - straightforward
Simplify Unix Path
startswith
continue
pop
not
or
1
Escher
Straight forward
The Stone Wall
splitlines
strip
zip
map
enumerate
Easy - Self-described
Compass, Map and Spyglass
values
continue
enumerate
pop
abs
Remove and Turn
Ground for the House
strip
zip
set
split
list
2
Sort first
The Ship Teams
items
lambda
sorted
and
append
1
3
First
The Ship Teams
filter
items
map
lambda
or
1
Not On Map
First
Sum All
sum
print
list
int
1
from hint
Length of the String
print
int
str
len
3
using defaultdict
Aggregate and Count
collections.defaultdict
defaultdict
dict
collections
print
1
3