12
Urza
2 10 27
679/ 745
Last seen 2 years ago
Member for 9 years, 7 months, 10 days
Difficulty Normal
Missions (81) / Solutions (74)
Best solutions / Newest solutions
Initiation
First
All Upper I
any
isupper
isalpha
bool
True
First
Replace First
typing.Iterable
Iterable
typing
append
list
First
Nearest Value
index
min
abs
set
sorted
First
Count Digits
isdigit
int
str
for
if
First
Backward String
str
First
Beginning Zeros
lstrip
int
str
len
Ugly transtyped one-liner
Max Digit
sorted
list
int
str
First
End Zeros
endswith
while
int
str
First
Between Markers (simplified)
find
str
First
Easy Unpack
tuple
First
The Most Frequent
set
lambda
count
sorted
True
Second
End Zeros
int
if
Home
First
Popular Words
dict
lower
count
split
list
15
First
Split List
list
else
len
if
First
First Word
startswith
endswith
strip
isalpha
break
First
Backward Each Word
join
list-comp
split
comprehension
str
First
Bigger Price
remove
append
range
list
int
First
Between Markers
find
elif
else
str
len
First
Sort Array by Element Frequency
itemgetter
operator.itemgetter
operator
index
set
First
Second Index
find
None
or
elif
else
First
Right to Left
rstrip
replace
in
for
if
1
First
Three Words
isalpha
break
False
True
split
First
Even the Last
while
else
len
if
Second
Right to Left
replace
join
append
for
Third
Right to Left
replace
join
list-comp
comprehension
3
First
Non-unique Elements
count
append
for
if
Electronic Station
First
Ascending List
all
typing.Iterable
Iterable
bool
typing
18
First
Acceptable Password V
IGNORECASE
re.IGNORECASE
re.search
search
all
First
Acceptable Password VI
IGNORECASE
re.IGNORECASE
re.search
search
all
First
Acceptable Password IV
all
any
isdigit
bool
and
First
All Upper II
isupper
bool
str
First
Acceptable Password II
any
isdigit
bool
and
comprehension
First
Acceptable Password III
all
any
isdigit
bool
and
First
Words Order
all
index
bool
in
False
First
Verify Anagrams
get
isalpha
lower
for
if
First
Digits Multiplication
list
int
str
for
if
Scientific Expedition
First
Sum by Type
Tuple
typing.Tuple
isinstance
typing
list
First
Caps Lock
islower
upper
in
False
else
First
Goes Right After
any
index
bool
elif
False
First
Time Converter (24h to 12h)
elif
and
else
int
str
First
Follow Instructions
Tuple
typing.Tuple
typing
count
int
First
Conversion into CamelCase
title
join
split
comprehension
str
First
Conversion from CamelCase
isupper
lower
if-comprehension
list-comp
range
1
First
Bird Language
join
while
in
append
split
First
Pangram
punctuation
string.punctuation
string
replace
set
1
First
Letter Queue
List
typing.List
typing
elif
str
First
Secret Message
isupper
True
range
list
len
First
Common Words
set
sorted
join
split
First
The Most Wanted Letter
values
get
items
isalpha
max
1
First
Absolute Sorting
tuple
lambda
sorted
append
list
O'Reilly
First
Majority
bool
count
False
True
list
17
First
Compress List
typing.Iterable
Iterable
typing
append
range
Slice & Pop
Replace Last
pop
typing.Iterable
Iterable
typing
list
First
Median of Three
typing.Iterable
Iterable
typing
sorted
append
Veky taught me to seek & destroy :)
Remove All After
ValueError
index
typing.Iterable
Iterable
except
1
First
Sort Except Zero
sort
typing.Iterable
Iterable
typing
append
1
First
Reverse Every Ascending
extend
elif
append
range
len
1
First
Frequency Sorting
reversed
get
items
sort
lambda
1
First
Flatten a List
isinstance
extend
any
while
append
First
Index Power
range
else
len
for
if
First
Count Inversions
range
len
for
if
First
Median
sort
else
len
if
Mine
First
Best Stock
values
items
max
join
if-comprehension
First
Binary Count
bin
count
First
Fizz Buzz
elif
else
str
if
Ice Base
First
Morse Encoder
lower
join
append
split
for
First
Long Repeat
range
else
len
for
if
First
Monkey Typing
break
lower
in
split
for
First
The Most Numbers
else
len
for
if
GitHub
First
The End of Other
endswith
False
True
for
if
Second
The End of Other
endswith
any
comprehension
1
PyCon TW
First
House Password
islower
isupper
isalpha
break
isdigit
1
HubSpot
First
Number Base
ValueError
except
try
int
Blizzard
First
The Angles of a Triangle
math.degrees
degrees
math.acos
acos
round