10
keiter.skippy
5 15
472/ 545
Skippy Keiter
Last seen 3 years ago
Member for 6 years, 7 months, 2 days
Difficulty Normal
Missions (58) / Solutions (12)
Best solutions / Newest solutions
Initiation
Check if string char is a digit
Sum Numbers
isdigit
sum
append
split
int
Split Pairs annotated answer
Split Pairs
join
append
list-comp
range
comprehension
Comparing strings
All Upper I
capitalize
join
list-comp
comprehension
2
Home
First
Days Between
date
datetime.date
datetime
abs
O'Reilly
Well, it's an answer.
Median of Three
numpy.median
median
numpy
as
enumerate
14
Simple, one line, double sort
Frequency Sorting
count
sorted
True
convoluted but clean
Reverse Every Ascending
zip
enumerate
None
sorted
if-comprehension
Previous number tracker
Compress List
append
len
for
if
sum Trues
Majority
sum
False
True
else
len
Index and slice list
Remove All After
index
in
else
if
Note index, remove, sort, reinsert using original index
Sort Except Zero
insert
enumerate
sorted
if-comprehension
append
1
Recursive, call the function inside the function
Flatten a List
isinstance
None
append
list
else