25
Max0526
6 19 44
3393/ 3695
Last seen 2 months ago
Member for 5 years, 10 months, 27 days
Difficulty Easy
Missions (251) / Solutions (219)
Best solutions / Newest solutions
Strings and Integers
one-liner
Goes Right After (simplified)
bool
print
in
False
True
2
3
lambda
Middle Characters
lambda
print
len
17
2
lambda
Integer Sign Determination
lambda
print
17
lambda with re
Cut Sentence
rstrip
r-string
lambda
print
len
19
1
one-liner
Just Fizz!
inline-if
print
int
str
1
lambda
Multiply (Intro)
lambda
one-liner
Excel Column Number
ord
sum
print
range
comprehension
one-liner
Backward String
str
2
one-liner
First Word
lstrip
replace
split
str
1
nested lambda function with an accumulator
Bird Language
translate
lambda
inline-if
print
str
lambda
Bird Language
r-string
lambda
print
one-liner
Is Even
bool
int
2
one-liner
Sum Numbers
isdigit
sum
if-comprehension
split
comprehension
1
one-liner
Fizz Buzz
or
print
int
str
1
three lines so far
Cut Sentence
pop
print
join
while
split
one-liner
Number Length
int
str
len
1
one-liner
First Word (simplified)
split
str
1
one-liner
Three Words
isalpha
bool
in
list-comp
split
1
lambda
Correct Sentence
upper
lambda
one-liner
Goes Right After
find
bool
print
in
False
one-liner
End Zeros
rstrip
replace
int
str
len
1
one-liner
Conversion into CamelCase
capitalize
print
join
list-comp
split
one-liner
Conversion from CamelCase
islower
isupper
lower
print
join
one-liner
All Upper I
upper
bool
str
one-liner
Max Digit
sorted
int
str
lambda
Beginning Zeros
lstrip
replace
lambda
len
one-liner
Between Markers (simplified)
find
str
lambda
First Word
r-string
lambda
one-liner
The Most Wanted Letter
values
dict-comp
dict
items
isalpha
one-liner with math.prod
Digits Multiplication
math.prod
prod
math
replace
list-comp
1
List but not the least
one-liner
Duplicate Zeros
collections.abc.Iterable
collections
Iterable
print
list-comp
12
1
one-liner
Compress List
collections.abc.Iterable
collections
Iterable
print
if-comprehension
First
Changing direction
abs
break
print
range
list
one-liner
Stock Profit
max
print
if-comprehension
list-comp
range
lambda
Follow Instructions
lambda
count
print
list
First
Chunk
collections.abc.Iterable
collections
Iterable
print
while
lambda
Backward Each Word
lambda
join
split
comprehension
2
First
Missing Number
print
sorted
append
range
list
lambda
Chunk
lambda
print
if-comprehension
list-comp
range
First
Words Order
fromkeys
dict
find
bool
print
1
one-liner
The Most Frequent
values
dict-comp
items
max
count
First
Non Empty Lines
strip
print
split
int
str
lambda
Non Empty Lines
strip
lambda
sum
print
if-comprehension
First
Ascending List
fromkeys
dict
bool
print
sorted
1
five lines so far
Zigzag Array
print
range
list
int
for
one-liner
Remove All After
collections.abc.Iterable
collections
index
Iterable
inline-if
one-liner
Words Order
all
index
bool
set
print
lambda
Majority
lambda
count
print
False
True
lambda
Replace First
lambda
inline-if
1
one-liner
Reverse Every Ascending
reversed
extend
print
if-comprehension
list-comp
lambda
Remove All Before
index
lambda
inline-if
in
1
one-liner
Index Power
inline-if
print
list
int
len
1
First
Frequency Sorting
collections.abc.Iterable
items
collections
Iterable
lambda
lambda
Frequency Sorting
dict-comp
items
lambda
count
print
lambda
All the Same
lambda
count
inline-if
True
len
1
lambda
Ascending List
fromkeys
dict
lambda
or
print
1
First
Backward Each Word
else
str
for
if
1
First
Sort Except Zero
collections.abc.Iterable
collections
sort
Iterable
print
three lines so far
Sort Except Zero
collections.abc.Iterable
collections
sort
Iterable
inline-if
First
Remove All Before
typing.Iterable
Iterable
typing
range
list
lambda
Easy Unpack
lambda
lambda
Non-unique Elements
zip
map
lambda
count
if-comprehension
lambda
Even the Last
lambda
inline-if
sum
First
Non-unique Elements
while
append
range
list
else
First
Median
float
inline-if
print
sorted
list
1
lambda
Median
lambda
inline-if
sum
print
sorted
1
First
Absolute Sorting
sort
abs
print
append
list
lambda
Absolute Sorting
abs
lambda
print
sorted
list-comp
one-liner
Right to Left
tuple
replace
join
list-comp
comprehension
Look up in the Dict()
First
Aggregate by Operation
dict-comp
get
items
inline-if
print
lambda
Switch Keys to Values
set-comp
values
dict-comp
items
set
one-liner
Move Zeros
print
if-comprehension
list-comp
list
comprehension
First
The Cheapest Flight
collections.defaultdict
defaultdict
is
keys
float
one-liner
How Deep
isinstance
tuple
map
max
inline-if
First
YAML. Simple Dict
strip
dict
isdigit
print
split
lambda
YAML. Simple Dict
strip
dict-comp
isdigit
lambda
inline-if
one-liner, recursion
Golden Pyramid
max
inline-if
len
lambda
Bigger Price
lambda
sorted
True
list-comp
comprehension
lambda
Pawn Brotherhood
chr
any
ord
lambda
sum
1
First
Count Digits
in
int
str
for
if
lambda
Count Digits
isdigit
lambda
sum
if-comprehension
comprehension
First
Pawn Brotherhood
ord
abs
set
print
False
one-liner
Bigger Price
dict-comp
items
lambda
sorted
append
First
Best Stock
for
if
lambda
Best Stock
get
max
lambda
First
Popular Words
dict
lower
print
split
list
lambda
Popular Words
dict-comp
lower
lambda
count
split
First
Boolean Algebra
bool
print
str
one-liner
Verify Anagrams
replace
bool
lower
print
sorted
Strings Theory
lambda, recursion
Count Morse
startswith
replace
lambda
inline-if
sum
3
First
Working Hours Calculator
combine
datetime.combine
datetime.today
today
datetime.strptime
5
1
First
Long Pressed
break
bool
or
print
while
10
1
First
One Switch Strings
min
bool
or
print
sorted
1
five lines so far
Adjacent Letters
inline-if
print
join
while
False
two lines so far
Is String a Number? (Part II)
float
bool
except
try
print
one-liner
Acceptable Password I
bool
str
len
one-liner
Correct Capital
upper
bool
lower
or
print
one-liner
Acceptable Password IV
isdigit
bool
or
sum
and
one-liner
Is String a Number?
isdigit
bool
print
False
True
one-liner
Sum of Digits
inline-if
print
int
lambda
Between Markers
find
lambda
inline-if
len
1
one-liner
Acceptable Password II
isdigit
bool
sum
and
list-comp
1
one-liner with math.sqrt
The Nearest Square Number
math.sqrt
sqrt
math
inline-if
print
First
Morse Clock
bin
join
list-comp
split
comprehension
one-liner
Acceptable Password III
isdigit
bool
sum
and
list-comp
1
lambda
Long Non Repeat
set
max
lambda
print
if-comprehension
one-liner
Acceptable Password V
isdigit
bool
not
lower
or
First
Morse Encoder
lower
print
split
str
for
one-liner
Acceptable Password VI
dict-comp
isdigit
bool
lower
count
one-liner
Surjection Strings
bool
sum
print
sorted
False
one-liner
Sun Angle
or
inline-if
int
lambda
Second Index
find
None
lambda
count
inline-if
1
First
Common Words
sort
print
in
append
split
First
The Longest Palindromic
range
len
for
if
First
Letter Queue
List
typing.List
typing
and
str
lambda
Morse Decoder
upper
enumerate
lambda
inline-if
print
First
Morse Decoder
upper
print
and
split
range
First
Long Repeat
print
range
int
str
len
three lines so far
Long Repeat
max
inline-if
print
range
int
First
Striped Words
upper
break
replace
in
False
First
Speech Module
or
print
and
int
str
First
Between Markers
find
inline-if
and
str
len
one-liner
Pangram
chr
bool
lower
sum
print
First
Second Index
find
None
count
int
str
1
First
Brackets
values
pop
not
or
print
lambda
Common Words
set
lambda
print
sorted
join
lambda
House Password
islower
isupper
isdigit
lambda
sum
List, list and list again
recursion
Toothpicks
inline-if
print
while
int
18
Second
When "k" is Enough!
get
inline-if
print
append
list
1
First
When "k" is Enough!
Any
typing.Any
typing.Iterable
Iterable
typing
First
Replace with Biggest
typing.Iterable
Iterable
max
typing
print
one-liner
Not in Order
sum
print
sorted
list-comp
range
lambda
Replace with Biggest
max
lambda
inline-if
print
list-comp
First
Median of Three
typing.Iterable
Iterable
typing
print
sorted
lambda
Replace Last
lambda
inline-if
print
list
len
lambda
Split List
divmod
lambda
len
one-liner
Flatten a List
collections.abc.Iterable
collections
Iterable
replace
print
1
First
Replace Last
typing.Iterable
Iterable
typing
print
append
First
Split List
else
len
if
First
Split Pairs
append
range
len
for
if
lambda
Split Pairs
lambda
inline-if
list-comp
range
comprehension
First
Sort Array by Element Frequency
typing.Iterable
Iterable
typing
lambda
count
lambda
Sort Array by Element Frequency
index
lambda
count
print
sorted
Different kind of sets
one-liner
Square Board
divmod
Tuple
typing.Tuple
typing
int
one-liner
Shorter Set
set
print
sorted
int
len
lambda
Nearest Value
min
abs
lambda
1
one-liner
Expand Intervals
list-comp
range
comprehension
First
Create Intervals
not
or
sorted
else
for
First
Nearest Value
abs
set
sorted
range
list
First
The End of Other
endswith
or
False
True
range
Mine
lambda with datetime
Latest ISO datetime
datetime.fromisoformat
fromisoformat
datetime.datetime
datetime
max
1
First
Interesting, intersecting
tuple
bool
or
print
False
three lines so far
Making Change
float
min
None
inline-if
if-comprehension
First
Making Change
float
sort
min
None
inline-if
First
Super Root
math.log
log
math
abs
while
lambda
Unix Match. Part 1
lambda
inline-if
print
False
True
First
Reverse Roman Numerals
replace
len
if
Ice Base
sqrt(2)
The Best Number Ever
numpy.sqrt
numpy
sqrt
1
one-liner
Fibonacci Spiral's End
print
append
list-comp
range
list
18
1
First
The Greatest Common Divisor
math.gcd
gcd
math
int
for
one-liner
Similar Triangles
dist
math.dist
Fraction
fractions.Fraction
fractions
1
First
Three Points Circle
math.sqrt
sqrt
round
math
replace
one-liner, recursion
Largest Rectangle in a Histogram
min
max
range
comprehension
len
one-liner
The Most Numbers
min
max
inline-if
First
Digit Stack
elif
append
else
int
for
one-liner
Caesar Cipher (encryptor)
chr
ord
isalpha
inline-if
join
five lines so far
Feed Pigeons
count
inline-if
print
while
range
The Game is Worth it!
lambda
Rolling 🎲!
functools.reduce
reduce
functools
get
lambda
7
1
four lines so far
Knapsack Problem
tuple
bool
max
inline-if
print
10
First
The Final Stone
sort
pop
not
print
append
1
GitHub
This one!
I Love Python!
arange
numpy.arange
numpy
2
1
First
Ghosts Age
index
or
in
append
list-comp
1
First
Binary Count
bin
count
int
First
The Hamming Distance
bin
max
sum
list-comp
range
one-liner
Min and Max
get
None
inline-if
sorted
True
First
Min and Max
iter
next
is
None
lambda
one-liner, recursion
Restricted Sum
not
inline-if
lambda
Monkey Typing
lower
lambda
sum
in
list-comp
First
Number Base
ord
in
append
range
list
First
Roman Numerals
elif
append
range
else
len
Dropbox
numpy
Humpty Dumpty Form
numpy.log
arcsin
numpy.arcsin
numpy.pi
numpy.sqrt
14
First
Determinant
elif
list-comp
range
comprehension
else
1
lambda
Achilles and the Tortoise
lambda
lambda
How Much Gold
lambda
sum
in
list-comp
comprehension
First
Clock Angle
round
map
abs
split
int
lambda
Humpty Dumpty Form
round
inline-if
Master of the Time Stone
First
The First Working Day
datetime.timedelta
timedelta
date
datetime.date
datetime
lambda
The First Working Day
lambda
inline-if
First
Time Converter (24h to 12h)
print
elif
else
int
str
one-liner
Time Converter (12h to 24h)
zfill
endswith
f-string
inline-if
split
First
Time Converter (12h to 24h)
and
split
int
str
len
one-liner
Weekend Counter
datetime.timedelta
timedelta
datetime
if-comprehension
in
lambda
Time Converter (24h to 12h)
f-string
lambda
inline-if
print
int
HubSpot
First
Exec Quine
Blizzard
First
Word Pattern
format
zip
isalpha
isdigit
or
lambda
Simple Hashlib
lambda
First
Simple Hashlib
hashlib.new
new
hashlib
update
Rock
First
Mountain Scape
Tuple
typing.Tuple
remove
List
typing.List
First
Rectangles Union
add
enumerate
set
sorted
False
First
Sort by Removing
append
range
list
len
for
lambda
Sort by Removing
not
lambda
inline-if
if-comprehension
list-comp
one-liner with itertools
Sum Consecutives
groupby
itertools.groupby
itertools
sum
list-comp
one-liner
Find Quotes
enumerate
None
inline-if
if-comprehension
append
First
Find Quotes
is
None
or
and
append
Shelter
First
Connect Stars
union
find
sort
lambda
elif
ChatGPT one-liner
Remove Accents
category
unicodedata.category
normalize
unicodedata.normalize
unicodedata
Codeship
three lines with numpy
Workout
numpy.min
numpy.max
numpy.sum
numpy.array
array
1
First
Workout
min
max
while
range
else
lambda
Cookies
lambda
split
1
three lines so far
Workout
min
max
inline-if
sum
while
First
Unique Email Addresses
add
replace
set
lower
print
lambda
Unique Email Addresses
replace
set
lower
lambda
print
Third
Unique Email Addresses
re.split
re.sub
sub
r-string
add
lambda with re
Unique Email Addresses
r-string
set
lower
lambda
print
Hermit
First
Write Quadratic Equation
abs
inline-if
print
elif
list
one-liner
Write Quadratic Equation
f-string
inline-if
print
len
Escher
three lines so far
Ground for the House
rfind
strip
find
enumerate
min
1
lambda
The Ship Teams
items
lambda
sorted
if-comprehension
list-comp
Not On Map
First
Most Wanted Letter
items
isalpha
lower
count
append