25
Pavellver
6 23 40
3524/ 3695
Last seen 5 months ago
Member for 1 year, 5 months, 12 days
Difficulty Easy
Missions (209) / Solutions (147)
Best solutions / Newest solutions
Strings and Integers
First
Replace All Occurrences
replace
str
1
1
First
Sum of Integers
sum
range
int
4
First
Rectangle Perimeter
int
5
First
Count Vowels
lower
sum
in
comprehension
int
6
First
Convert To Title Case
title
str
8
1
First
Goes Right After (simplified)
find
bool
inline-if
print
False
13
1
First
Cut Sentence
rstrip
f-string
print
in
split
18
1
First
Max Digit
max
print
list-comp
comprehension
int
2
Maybe not work!!!
Bird Language
translate
or
print
in
elif
4
First
Number With Exclamation
inline-if
int
First
End Zeros
rstrip
print
int
str
len
2
First
The Longest Word
strip
inline-if
sorted
True
split
First
All Upper I
upper
bool
print
False
True
1
First
Between Markers (simplified)
find
print
str
2
First
Conversion from CamelCase
strip
format
isupper
lower
else
1
First
Three Words
isalpha
bool
print
False
True
6
List but not the least
First
Stock Profit
min
set
max
print
range
2
2
First
Remove All After
index
typing.Iterable
Iterable
typing
inline-if
5
1
First
Non Empty Lines
strip
print
split
int
str
16
1
Second
Reverse Every Ascending
if-comprehension
append
list-comp
list
comprehension
20
2
First
Ascending List
bool
set
print
sorted
False
1
First
Sort Except Zero
collections.abc.Iterable
insert
collections
enumerate
Iterable
1
First
Sort by Extension
rfind
count
print
sorted
if-comprehension
1
First
Words Order
index
bool
print
in
elif
1
First
Changing direction
continue
enumerate
print
elif
append
First
Follow Instructions
tuple
print
elif
list
int
3
First
Compress List
typing.Iterable
Iterable
typing
print
append
4
First
Chunk
collections.abc.Iterable
collections
Iterable
print
append
2
First
All the Same
Any
typing.Any
List
typing.List
bool
3
First
Missing Number
min
print
sorted
if-comprehension
list-comp
First
Absolute Sorting
abs
print
sorted
list
3
First
Zigzag Array
not
print
append
range
list
First
Reverse Every Ascending
collections.abc.Iterable
collections
enumerate
Iterable
print
2
First
Non-unique Elements
collections.abc.Iterable
collections
Iterable
count
print
1
First
Frequency Sorting
collections.abc.Iterable
collections
enumerate
Iterable
count
1
Look up in the Dict()
Eval
Boolean Algebra
eval
f-string
bool
str
6
1
First
Aggregate by Operation
copy
dict
tuple
continue
print
First
Switch Keys to Values
add
dict
items
print
in
First
Move Zeros
typing.Iterable
Iterable
typing
print
range
First
How Deep
tuple
replace
print
join
while
1
First
Verify Anagrams
replace
lower
print
sorted
False
1
First
Popular Words
fromkeys
dict
lower
count
print
1
First
Bigger Price
insert
dict
remove
index
inline-if
4
First
Best Stock
values
float
dict
max
print
Strings Theory
Joke
Is String a Number? (Part II)
startswith
eval
None
bool
except
2
1
First
Count Morse
difference
startswith
set
join
int
5
2
Too complex solution
Long Non Repeat
index
max
print
append
list-comp
7
1
First
Long Pressed
bool
or
print
while
elif
7
1
First
Sum of Digits
sum
print
while
comprehension
int
10
1
First
Adjacent Letters
rfind
lstrip
print
else
str
11
1
First
Correct Capital
capitalize
upper
bool
lower
or
12
1
First
Calculator-I
enumerate
isdigit
print
if-comprehension
in
20
Isupper()
All Upper II
isupper
bool
str
1
First
Speech Module
rjust
f-string
ValueError
except
try
3
First
Is String a Number?
isdigit
bool
print
False
True
First
Caps Lock
upper
not
inline-if
False
else
2
First
Letter Queue
in
else
for
if
1
First
Morse Encoder
strip
lower
print
else
str
3
First
One Switch Strings
bool
or
print
in
False
Second
Morse Encoder
lower
print
join
comprehension
str
First
Surjection Strings
dict
zip
enumerate
bool
print
1
First
Between Markers
rfind
index
replace
print
in
1
First
Second Index
find
None
count
inline-if
print
1
First
The Nearest Square Number
enumerate
inline-if
print
list-comp
range
1
Filter
Pangram
filter
isalpha
bool
set
lower
3
First
Double Substring
max
print
in
range
int
First
Morse Decoder
capitalize
replace
print
split
str
First
House Password
upper
isalpha
isdigit
bool
not
2
First
Long Repeat
enumerate
max
print
list-comp
split
1
First
Common Words
print
sorted
join
if-comprehension
in
First
The Longest Palindromic
enumerate
and
len
for
if
1
First
Striped Words
isalnum
filter
any
continue
break
List, list and list again
First
Sort Array by Element Frequency
pandas.value_counts
value_counts
pandas
as
dict
1
3
First
Most Efficient Cutting
map
min
lambda
or
inline-if
2
1
First
When "k" is Enough!
Any
typing.Any
typing.Iterable
Iterable
typing
8
1
First
Not in Order
enumerate
print
sorted
list
int
14
1
First
Integer Palindrome
insert
bool
print
while
False
16
1
Simple solution
The Highest Building
index
sum
if-comprehension
list-comp
comprehension
2
First
Flatten a List
collections.abc.Iterable
isinstance
collections
Iterable
inline-if
2
First
Median of Three
typing.Iterable
Iterable
typing
print
sorted
First
Sort Sorted Groups
sort
pop
break
not
or
First
Matrix "Hatching"
append
list-comp
range
comprehension
len
1
First
Replace with Biggest
typing.Iterable
Iterable
max
typing
print
Itertools use
Cipher Crossword
from_iterable
itertools.from_iterable
itertools.permutations
permutations
chain
First
Convert and Aggregate
dict
tuple
continue
not
or
First
Xs and Os Referee
List
typing.List
typing
or
elif
2
First
Sum by Type
type
tuple
print
list
else
1
First
Split List
print
list-comp
range
list
comprehension
1
First
Replace Last
insert
pop
typing.Iterable
Iterable
typing
First
Split Pairs
f-string
inline-if
print
list-comp
range
First
Count Inversions
while
False
True
list-comp
range
Different kind of sets
First
Shorter Set
discard
min
set
max
print
First
Expand Intervals
extend
typing.Iterable
Iterable
typing
range
3
First
Nearest Value
min
abs
set
inline-if
print
2
First
Merge Intervals
update
pop
set
not
sorted
First
The End of Other
endswith
or
False
and
True
1
First
Create Intervals
pop
not
sorted
while
append
Ice Base
No brain solution
Peaceable Queens
2
1
First
The Best Number Ever
1
First
Skew-symmetric Matrix
False
True
range
len
for
1
First
The Greatest Common Divisor
min
max
while
and
else
3
First
Weak Point
index
min
sum
append
list-comp
1
First
Digit Stack
pop
elif
and
append
split
1
First
The Most Numbers
min
max
inline-if
1
First
Feed Pigeons
inline-if
print
elif
append
range
2
First
Call to Home
operator.add
operator
functools.reduce
reduce
functools
First
Caesar Cipher (encryptor)
chr
ord
isalpha
elif
else
The Game is Worth it!
First
The Final Stone
sort
pop
sum
while
append
19
1
GitHub
Numpy
Moore Neighbourhood
numpy.array
array
numpy
as
not
2
1
First
Roman Numerals
rjust
sum
while
in
elif
1
First
Ghosts Age
while
in
append
else
if
1
First
Monkey Typing
replace
set
lower
in
int
1
First
The Hamming Distance
rjust
bin
zip
min
max
1
This is the way
How to Find Friends
any
remove
inline-if
sorted
while
1
Recursively
Restricted Sum
len
if
1
First
Secret Message
isupper
join
if-comprehension
comprehension
str
1
First
Solution for Anything
class
True
First
The Angles of a Triangle
math.acos
acos
math.pi
pi
round
Brute force
Numbers Factory
itertools.accumulate
accumulate
itertools
lambda
list-comp
First
Binary Count
bin
count
int
First
Number Base
ValueError
None
except
try
not
Dropbox
First
Determinant
numpy.linalg
linalg
numpy.array
array
numpy
1
2
First
Achilles and the Tortoise
2
4
First
Restricted Prime
not
or
while
False
True
2
First
Completely Empty
except
try
not
False
True
First
Area of a Convex Polygon
zip
abs
sum
append
comprehension
First
Humpty Dumpty Form
asinh
math.asinh
math.asin
asin
math.pi
Everything is Object
First OOP
Army Battles
class
property
super
decorator
pop
4
9
First OOP
The Warriors
class
property
super
decorator
while
First OOP
The Defenders
class
property
super
decorator
pop
First
Geometry Figures
class
type
round
else
if
First
Every Person is Unique
class
f-string
replace
not
or
First OOP
The Vampires
class
property
super
decorator
pop
Master of the Time Stone
First
Group Equal consecutive
pop
not
or
while
append
Blizzard
First
Worth of Words
index
max
sum
list-comp
comprehension
1
First
Word Pattern
rjust
bin
zip
isalpha
isdigit
2
First
Simple Hashlib
getattr
hashlib
Rock
First
Greedy Number
contextlib.suppress
suppress
contextlib
with
find
3
First
Sort by Removing
StopIteration
iter
next
yield
pass
7
First
Caesar Cipher (decryptor)
find
in
elif
len
for
3
First
Sum Consecutives
collections.deque
deque
collections
not
or
Codeship
First
The Fastest Horse
fromkeys
raise
ValueError
get
dict
11
1
First
Cookies
split
1
Hermit
First
Write Quadratic Equation
f-string
abs
not
elif
append
10
1
Not On Map
First
Most Wanted Letter
isalpha
set
max
lower
count
First
Length of the String
print
int
str
len