9
lbe
8 22
374/ 445
Lionel
Last seen 7 months ago
Member for 10 months, 8 days
Difficulty Easy
Missions (43) / Solutions (41)
Best solutions / Newest solutions
Strings and Integers
First
Just Fizz!
inline-if
print
int
str
1
First
Number Length
print
int
str
len
2
First
First Word (simplified)
print
split
str
2
First
Excel Column Number
reversed
ord
enumerate
print
list-comp
First
Fizz Buzz
print
join
append
else
int
First
Goes Right After (simplified)
find
bool
print
False
and
First
Correct Sentence
upper
print
str
First
Max Digit
max
print
list-comp
list
comprehension
First
Sum Numbers
isdigit
sum
print
if-comprehension
list-comp
First
End Zeros
print
elif
else
int
str
First
Between Markers (simplified)
find
print
str
First
Goes Right After
find
bool
print
False
and
First
Beginning Zeros
break
print
list-comp
comprehension
else
First
Conversion from CamelCase
re.sub
sub
r-string
re
lower
First
Three Words
isalpha
bool
print
False
True
First
First Word
replace
print
split
str
Second
Correct Sentence
upper
inline-if
print
str
First
Multiply (Intro)
print
int
First
The Most Wanted Letter
re.sub
sub
collections.Counter
Counter
values
1
List but not the least
First
Stock Profit
argmax
numpy.argmax
numpy
as
print
1
First
Majority
bool
sum
print
False
True
First
Duplicate Zeros
collections.abc.Iterable
extend
collections
Iterable
print
First
Compress List
collections.abc.Iterable
collections
enumerate
Iterable
inline-if
First
Index Power
inline-if
print
list
int
len
First
Backward Each Word
re.split
re
print
join
list-comp
First
The Most Frequent
get
max
print
list
str
Second
The Most Frequent
collections.Counter
Counter
collections
print
list
First
All the Same
Any
typing.Any
List
typing.List
bool
First
Median
statistics.mean
mean
statistics
float
print
First
Right to Left
tuple
replace
print
join
comprehension
First
Even the Last
inline-if
sum
print
list
int
First
Non-unique Elements
collections.abc.Iterable
collections
Iterable
count
print
Look up in the Dict()
First
Move Zeros
typing.Iterable
Iterable
not
typing
print
Strings Theory
Second
Acceptable Password III
isdecimal
isalnum
isalpha
bool
not
First
Acceptable Password II
isdigit
bool
print
False
True
First
Acceptable Password V
isdecimal
isalnum
find
isalpha
bool
First
Acceptable Password VI
isdecimal
isalnum
find
isalpha
bool
First
Acceptable Password IV
isdecimal
isalnum
isalpha
bool
not
First
Acceptable Password III
isdigit
bool
print
False
True
First
Brackets
case
match-case
re.sub
sub
r-string
First
Speech Module
print
join
append
list-comp
comprehension