8
leonardo-jos
4 12
336/ 345
Last seen 1 year ago
Member for 1 year, 4 months, 28 days
Difficulty Easy
Missions (47) / Solutions (33)
Best solutions / Newest solutions
Strings and Integers
base 26 to base 10
Excel Column Number
ord
enumerate
lambda
sum
print
First+Second
Goes Right After (simplified)
bool
print
in
False
and
First
Conversion from CamelCase
isupper
lower
print
join
list
First
Conversion into CamelCase
upper
enumerate
replace
print
join
First
All Upper I
any
isupper
isalpha
bool
not
First
End Zeros
rstrip
print
int
str
len
First
Beginning Zeros
lstrip
print
int
str
len
First
Max Digit
max
print
int
str
iterative
Bird Language
translate
print
while
in
range
First
Sum Numbers
isnumeric
inline-if
sum
print
list-comp
First
Between Markers (simplified)
find
print
str
First
Correct Sentence
rstrip
upper
lstrip
print
str
First
First Word
replace
print
split
str
dict, filter, str.isalpha, lower, join, zip, values, keys
The Most Wanted Letter
filter
values
keys
zip
isalpha
recursive
Digits Multiplication
bool
lambda
or
print
and
recursive and or
Digits Multiplication
lambda
or
print
and
list-comp
iterative
Three Words
isalpha
bool
print
False
True
List but not the least
counting changes in sign of differences
Changing direction
zip
sum
print
if-comprehension
list-comp
maybe overcomplicated
Stock Profit
zip
max
print
append
list-comp
len list filter strip split
Non Empty Lines
filter
strip
lambda
print
split
: index +1
Remove All After
collections.abc.Iterable
collections
index
Iterable
or
collections.Counter, max, key, get
The Most Frequent
collections.Counter
Counter
get
collections
max
simply iterative
Compress List
collections.abc.Iterable
collections
None
Iterable
print
used 3-tuple sorting function, sorted, key, rfind
Sort by Extension
rfind
lambda
print
sorted
list
count occurrences of letters in string
Follow Instructions
tuple
count
print
list
int
any, count, index, all, zip
Words Order
all
any
zip
index
bool
len, all, zip
Ascending List
all
zip
bool
or
print
str.isalpha, delimiter #, split, join, reversed
Backward Each Word
reversed
zip
isalpha
print
join
sorted, key, abs
Absolute Sorting
abs
print
sorted
list
one line return
Right to Left
tuple
replace
print
join
str
Strings Theory
using string modules
Speech Module
zfill
rstrip
map
inline-if
print
First
Acceptable Password VI
any
find
isdigit
bool
set
Ice Base
min max
Feed Pigeons
min
max
print
while
int