11
kipermail
5 13
546/ 645
Last seen 7 months ago
Member for 8 months, 28 days
Difficulty Easy
Missions (71) / Solutions (33)
Best solutions / Newest solutions
Strings and Integers
First
All Upper I
strip
upper
bool
or
print
1
First
Digits Multiplication
replace
print
int
str
for
1
First
The Most Wanted Letter
ord
continue
isalpha
set
lower
1
First_List
The Most Wanted Letter
ord
isalpha
set
lower
lambda
1
List but not the least
First
Stock Profit
max
print
append
range
list
First
Zigzag Array
next
print
list-comp
range
list
First
Duplicate Zeros
collections.abc.Iterable
extend
collections
map
Iterable
1
First
Follow Instructions
tuple
count
print
list
int
First
Frequency Sorting
collections.abc.Iterable
collections
Iterable
lambda
count
First
Sort by Extension
rpartition
not
lambda
print
sorted
First
Words Order
index
bool
except
try
set
First
Replace First
collections.abc.Iterable
collections
pop
Iterable
print
First
Majority
bool
count
print
False
True
1
First
Sort Except Zero
collections.abc.Iterable
iter
next
collections
Iterable
First
All the Same
Any
typing.Any
List
typing.List
bool
Second
All the Same
Any
typing.Any
all
List
typing.List
First
Absolute Sorting
abs
print
sorted
list
First
Right to Left
tuple
replace
print
join
list-comp
1
Just
Index Power
inline-if
print
list
int
len
1
First
Even the Last
inline-if
sum
print
range
list
First
Non-unique Elements
collections.abc.Iterable
collections
Iterable
count
print
Look up in the Dict()
First
Switch Keys to Values
get
dict
items
set
print
sum
Count Digits
isdigit
sum
print
if-comprehension
comprehension
List, list and list again
List
Replace with Biggest
typing.Iterable
Iterable
max
not
typing
11
First
Integer Palindrome
divmod
reversed
bool
print
while
16
Dict
When "k" is Enough!
setdefault
Any
typing.Any
typing.Iterable
Iterable
19
Remove
When "k" is Enough!
Any
typing.Any
remove
typing.Iterable
Iterable
20
Join
Sum by Type
type
tuple
sum
print
join
pop
Replace Last
insert
pop
typing.Iterable
Iterable
typing
First
Split List
Any
typing.Any
typing.Iterable
Iterable
typing
First
Sort Array by Element Frequency
index
typing.Iterable
Iterable
typing
lambda
First
Flatten a List
collections.abc.Iterable
type
collections
Iterable
print
for+for
Count Inversions
extend
if-comprehension
range
list
comprehension