40
oduvan
15 34 57
10047/ 10664
Last seen 2 days ago
Member for 13 years, 10 months, 8 days
Difficulty Easy
love it!

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