30
Magu
11 38 50 Leader of the month
4925/ 5195
a hale and hearty Lego block
Last seen 5 months ago
Member for 5 years, 4 months, 1 day
Difficulty Normal
Missions (352) / Solutions (342)
Best solutions / Newest solutions
Initiation
Second (='ω'=)
Remove All Before
index
typing.Iterable
Iterable
typing
inline-if
Second (='ω'=) < one-line
Sum Numbers
findall
re.findall
r-string
re
sum
1
Second
Backward String
str
1
Second (='ω'=)
Acceptable Password I
bool
str
len
1
First (='ω'=)
Multiply (Intro)
1
Second (='ω'=)
Nearest Value
dict-comp
items
abs
set
lambda
First (='ω'=)
Number Length
int
str
len
1
First
Between Markers (simplified)
split
str
1
Second (='ω'=)
Between Markers (simplified)
split
str
First
Count Digits
findall
re.findall
re
int
str
Second (='ω'=)
Beginning Zeros
lstrip
else
int
str
len
Second (='ω'=)
Correct Sentence
upper
inline-if
str
First (='ω'=)
End Zeros
rstrip
int
str
len
1
First (='ω'=)
Is Even
bool
not
int
First (='ω'=)
Max Digit
max
list-comp
comprehension
int
str
1
Second (='ω'=)
Replace First
pop
typing.Iterable
Iterable
typing
inline-if
1
First (='ω'=)
Easy Unpack
tuple
Third (='ω'=) < easier solution
All Upper I
isupper
replace
isdigit
bool
not
Second (='ω'=) < OrderedDict practice
Replace First
OrderedDict
collections.OrderedDict
KeyError
values
collections
First (='ω'=)
Acceptable Password I
bool
str
len
4
First (='ω'=)
First Word (simplified)
split
str
2
Second (='ω'=)
Split Pairs
re.split
re
split
len
if
Third (='ω'=)
All the Same
Any
typing.Any
List
typing.List
bool
First
Sum Numbers
findall
re.findall
r-string
re
replace
2
Second (='ω'=) < iter, next
All the Same
StopIteration
iter
Any
typing.Any
pass
First (='ω'=)
All the Same
Any
typing.Any
List
typing.List
bool
Home
Second (='ω'=)
Split List
inline-if
list
len
1
First
Backward Each Word
join
append
split
range
str
3
Second (='ω'=) one-liner using functools
Backward Each Word
functools.reduce
reduce
functools
lambda
join
1
First
Between Markers
rsplit
index
inline-if
in
and
1
Plain one
Sort Array by Element Frequency
lambda
count
sorted
append
True
Second (='ω'=)
Popular Words
re.split
as
collections.Counter
Counter
dict-comp
Second Try - f string formatting
Date and Time Converter
datetime.strptime
strptime
f-string
datetime.datetime
datetime
1
First (='ω'=)
First Word
strip
replace
split
str
Second (='ω'=) - one-liner after MikRyam's advice (thanks!)
Bigger Price
get
lambda
sorted
True
list
First (='ω'=)
Even the Last
inline-if
sum
list-comp
comprehension
2
Second (='ω'=)
Days Between
as
date
datetime.date
datetime
abs
1
First (='ω'=) < easy to understand
Date and Time Converter
datetime.strptime
strptime
datetime.datetime
datetime
elif
1
First
Popular Words
re.split
dict
zip
re
lower
First (='ω'=)
Three Words
isalpha
bool
False
and
True
1
First (='ω'=)
Second Index
find
None
inline-if
int
str
First (='ω'=)
Pawn Brotherhood
chr
ord
set
or
in
1
First (='ω'=) < easy, revised for readability
Morse Decoder
re.split
rstrip
capitalize
get
re
First (='ω'=)
Sun Angle
typing.Union
Union
typing
or
and
First
Bigger Price
get
sort
lambda
append
True
2
one-line using filter, lambda, count
Non-unique Elements
filter
lambda
count
list
1
First (='ω'=)
Days Between
findall
re.findall
datetime.datetime
format
datetime
1
Second (='ω'=)
Right to Left
replace
lambda
join
2
Electronic Station
First (='ω'=)
Inside Block
sympy.Polygon
sympy.Point
Polygon
Point
sympy
First (='ω'=)
Unix Match. Part 2
finditer
re.finditer
r-string
continue
enumerate
1
Second (='ω'=) < any, isdigit
Acceptable Password II
any
isdigit
bool
and
list-comp
First (='ω'=)
Remove Brackets
collections.deque
deque
keys
get
collections
First (='ω'=)
Boolean Algebra
eval
get
First (='ω'=)
Find Sequence
re.search
search
r-string
List
typing.List
1
First (='ω'=)
Surjection Strings
in
False
and
True
range
First (='ω'=)
Acceptable Password IV
isdigit
bool
set
inline-if
False
2
First (='ω'=)
Can You Pass?
pop
break
while
elif
False
First (='ω'=) < revised
Unix Match. Part 1
fullmatch
re.fullmatch
re
bool
join
First (='ω'=)
Similar Triangles
Tuple
typing.Tuple
List
typing.List
sort
1
First (='ω'=)
Acceptable Password V
isdigit
bool
set
lower
or
1
First (='ω'=) < revised
Sort by Extension
List
typing.List
typing
lambda
or
First (='ω'=)
Acceptable Password VI
isdigit
bool
set
lower
or
First (='ω'=)
Acceptable Password III
isdigit
bool
set
inline-if
False
First (='ω'=)
Words Order
index
bool
set
not
inline-if
Second (='ω'=)
All Upper II
isupper
bool
str
1
First (='ω'=)
Ascending List
typing.Iterable
Iterable
bool
set
typing
First (='ω'=) < easy solution
Acceptable Password II
ValueError
continue
bool
except
try
First (='ω'=)
Verify Anagrams
TypeError
itertools.zip_longest
zip_longest
groupby
itertools.groupby
1
First (='ω'=)
Brackets
StopIteration
collections.deque
deque
iter
next
Second (='ω'=)
Boolean Algebra
eval
get
First (='ω'=)
Digits Multiplication
replace
range
int
str
len
Scientific Expedition
First
Latest ISO datetime
as
datetime.datetime
datetime
max
print
18
1
First
Longest Substring of Unique Characters
break
set
or
print
range
20
First (='ω'=)
Conversion from CamelCase
ascii_uppercase
string.ascii_uppercase
strip
string
lower
First
Fuzzy String Matching
itertools.zip_longest
zip_longest
itertools
bool
inline-if
2
First
Count Substring Occurrences
lower
inline-if
sum
list-comp
range
First
Replace All Occurrences
replace
str
First
Count Vowels
translate
lower
int
str
len
First
Convert To Title Case
capitalize
join
list-comp
split
comprehension
Second
Convert To Title Case
title
str
First (='ω'=)
Sum by Type
Tuple
typing.Tuple
type
typing
sum
1
First (='ω'=)
Bird Language
re.sub
sub
r-string
re
str
1
Second
Latest ISO datetime
as
datetime.datetime
datetime
max
str
First
Convert and Aggregate
collections.defaultdict
defaultdict
dict-comp
dict
items
First (='ω'=)
Follow Instructions
Tuple
typing.Tuple
typing
count
int
First (='ω'=)
Remove Accents
combining
unicodedata.combining
normalize
unicodedata.normalize
unicodedata
1
First (='ω'=)
YAML. Simple Dict
isdecimal
splitlines
dict-comp
inline-if
if-comprehension
First (='ω'=)
Common Words
frozenset
extend
filter
lambda
count
First
Time Converter (24h to 12h)
elif
else
int
str
if
First (='ω'=) < str.maketrans / replace
Caps Lock
copy.copy
translate
copy
islower
upper
Love Python
I Love Python!
OverflowError
hasattr
zfill
raise
float
2
First
Call to Home
StopIteration
iter
math.ceil
ceil
List
Second (='ω'=)
Goes Right After
index
bool
inline-if
in
False
First (='ω'=)
Pangram
punctuation
string.punctuation
ascii_uppercase
string.ascii_uppercase
string
First
Absolute Sorting
tuple
abs
sorted
list
First (='ω'=)
Conversion into CamelCase
StopIteration
title
iter
upper
break
Second (='ω'=) < string.capwords
Conversion into CamelCase
capwords
string.capwords
string
replace
join
First (='ω'=)
Morse Clock
inline-if
join
list-comp
split
comprehension
Second (='ω'=)
Time Converter (24h to 12h)
as
datetime.datetime
datetime
First (='ω'=)
Letter Queue
collections.deque
deque
collections
List
typing.List
First
Striped Words
compress
itertools.compress
cycle
itertools.cycle
isdecimal
First (='ω'=)
Cipher Map
List
typing.List
zip
typing
join
First (='ω'=)
The Most Wanted Letter
re.sub
sub
r-string
get
dict
2
First (='ω'=)
Secret Message
isupper
join
if-comprehension
list-comp
comprehension
O'Reilly
Second (='ω'=) < collections.Counter
Frequency Sorting
as
collections.Counter
Counter
items
collections
First - simple solution
Reverse Every Ascending
extend
continue
or
range
else
First
Flatten a List (iterator version)
StopIteration
hasattr
iter
except
try
First (='ω'=)
Count Inversions
index
sum
if-comprehension
list-comp
comprehension
1
First (='ω'=)
Chunk
itertools.zip_longest
zip_longest
iter
filter
itertools
Second (='ω'=) < statistics, median
Median of Three
statistics.median
statistics
median
as
typing.Iterable
First (='ω'=)
Compress List
groupby
itertools.groupby
itertools
typing.Iterable
Iterable
First Try
Xs and Os Referee
List
typing.List
IndexError
pop
break
1
First
Integer Palindrome
operator.mod
mod
floordiv
operator.floordiv
operator
First (='ω'=) < before revising (temporary)
Determine the Order
fromkeys
itertools.permutations
permutations
re.search
search
First (='ω'=)
Cipher Crossword
itertools.permutations
permutations
values
dict-comp
itertools
Second (='ω'=)
Lightbulb Intro
datetime.datetime
datetime
List
typing.List
typing
First (='ω'=)
Remove All After
index
typing.Iterable
Iterable
typing
inline-if
First
Lightbulb End Watching
Optional
typing.Optional
is
datetime.datetime
datetime
First - simple solution
Sort Except Zero
insert
sort
typing.Iterable
Iterable
typing
1
First (='ω'=) < revised
Lightbulb Start Watching
Optional
typing.Optional
is
datetime.datetime
datetime
Second (='ω'=)
Replace Last
contextlib.suppress
suppress
contextlib
with
insert
"Slooowly but Surely" Solution --- S.S.S. for short (='ω'=)
Loading Cargo
itertools.permutations
permutations
float
itertools
abs
way faster than my first S.S.S. (='ω'=)
Loading Cargo
copy.copy
combinations
itertools.combinations
copy
float
solution using try, pass
Replace Last
insert
pass
IndexError
pop
except
First (='ω'=)
How Deep
StopIteration
iter
break
except
try
First (='ω'=)
Median of Three
copy.deepcopy
deepcopy
copy
typing.Iterable
Iterable
First (='ω'=) < simple solution
Time Converter (12h to 24h)
as
datetime.datetime
datetime
replace
split
First (='ω'=)
Frequency Sorting
dict-comp
get
List
typing.List
typing
1
Second (='ω'=) < pow
Index Power
pow
inline-if
list
int
len
First (='ω'=) < re.findall
Flatten a List
findall
re.findall
re
list-comp
comprehension
1
First (='ω'=)
Majority
bool
count
False
True
list
1
First (='ω'=)
Median
float
List
typing.List
sort
typing
Second (='ω'=)
Median
statistics.median
statistics
median
as
float
1
Second (='ω'=) < StringIO, issubset
Xs and Os Referee
StringIO
io
io.StringIO
issubset
List
Incinerator
First
Every Person is Unique
case
match-case
class
datetime.strptime
strptime
First
3 Chefs
class
super
f-string
Mine
First
Matrix "Hatching"
flipud
numpy.flipud
diag
numpy.diag
numpy.array
7
First
Find Remainder
operator.mod
mod
operator
int
15
First
Number With Exclamation
functools.reduce
reduce
functools
lambda
in
16
1
First
"Lunar" Multiply
zip
enumerate
min
max
join
16
First
Count Divisibles in Range
inline-if
and
int
17
First (='ω'=)
What Is Wrong With This Family?
bool
set
sum
in
False
18
First
Fibonacci Poem
functools.lru_cache
lru_cache
splitlines
decorator
functools.reduce
First (='ω'=)
Chemical Analysis
finditer
re.finditer
set-comp
reversed
collections.Counter
First
Rectangle Perimeter
operator.add
mul
operator.mul
operator
add
First
Integer Sign Determination
isdecimal
inline-if
else
int
str
First
Replace with Biggest
typing.Iterable
Iterable
max
typing
inline-if
First
Aggregate by Operation
eval
collections.defaultdict
defaultdict
dict-comp
dict
First
Adjacent Letters
IndexError
break
except
try
print
First (='ω'=)
Determinant
numpy.linalg
linalg
numpy.array
array
numpy
First
Switch Keys to Values
collections.defaultdict
defaultdict
add
dict
items
Second (='ω'=)
The Greatest Common Divisor
math.gcd
gcd
math
int
1
First
The Greatest Common Divisor
math.gcd
gcd
functools.reduce
reduce
functools
2
First (='ω'=)
Can Balance
reversed
enumerate
index
typing.Iterable
break
First (='ω'=)
Currency Style
case
match-case
finditer
re.finditer
r-string
First (='ω'=)
Moore Neighbourhood
sum
list-comp
range
list
comprehension
First (='ω'=)
Caesar Cipher (decryptor)
punctuation
string.punctuation
chr
string
ord
First (='ω'=)
Cut Sentence
textwrap.wrap
wrap
textwrap
or
False
First (='ω'=)
Achilles and the Tortoise
1
First
Best Stock
get
max
1
First (='ω'=)
Caesar Cipher (encryptor)
chr
ord
join
elif
append
First (='ω'=)
Binary Count
bin
inline-if
sum
False
True
1
Second (='ω'=)
Fizz Buzz
bool
inline-if
int
str
1
Ice Base
First (='ω'=)
Counting Tiles
Ellipse
ellipse
sympy.Ellipse
sympy.geometry.ellipse
sympy.geometry.Point
2
1
First
Perfect Number Checking
divisors
sympy.divisors
sympy
bool
sum
3
First (='ω'=)
Count Chains
sympy.geometry
sympy.geometry.intersection
sympy.geometry.Circle
Circle
sympy.geometry.Point
10
First
Quadratic Equation Roots
collections.abc.Iterable
collections
Iterable
elif
else
13
First
Leap Year Checking
calendar.isleap
isleap
calendar
bool
int
First
Interesting, intersecting
tuple
bool
or
inline-if
print
First
Is String a Number? (Part II)
re.compile
compile
is
ValueError
float
First
When "k" is Enough!
Any
typing.Any
is
get
continue
First
Identify Block
min
None
or
sorted
elif
First
Move Zeros
typing.Iterable
Iterable
typing
count
if-comprehension
First
Is String a Number?
isdecimal
bool
str
First (='ω'=) < revised
Long Repeat
groupby
itertools.groupby
itertools
max
inline-if
1
First
The Most Numbers
min
max
if
First (='ω'=) - a plain solution
Find Quotes
re.search
search
r-string
re
break
1
First (='ω'=)
Oil Pie
Fraction
fractions.Fraction
fractions
abs
sum
First (='ω'=)
Roman Numerals
range
int
str
len
for
First (='ω'=)
Clock Angle
round
min
abs
int
First (='ω'=) < easy to understand
Morse Encoder
get
continue
lower
for
if
1
First (='ω'=)
Reverse Roman Numerals
replace
bool
count
inline-if
in
First (='ω'=)
Largest Rectangle in a Histogram
min
max
if-comprehension
append
list-comp
1
First (='ω'=)
How to Find Friends
pop
break
count
inline-if
sum
First (='ω'=)
Feed Pigeons
itertools.count
itertools
continue
break
count
First (='ω'=)
Monkey Typing
is
re.search
search
re
None
Second (='ω'=)
The Most Numbers
min
max
inline-if
4
Alice In Wonderland
First (='ω'=)
The Shortest Knight's Path
collections.deque
deque
collections
ord
while
17
First (='ω'=)
Zigzag Array
List
typing.List
enumerate
typing
inline-if
First (='ω'=)
When is Friday?
datetime.strptime
strptime
as
datetime.datetime
datetime
1
First (='ω'=)
Swap Nodes
itertools.zip_longest
zip_longest
iter
filter
itertools
First (='ω'=)
IP Network: Route Summarization
bin
break
sum
join
and
First (='ω'=)
Digits Doublets
collections.deque
deque
collections
pop
index
1
First (='ω'=)
Middle Characters
or
inline-if
len
if
First (='ω'=)
The Fastest Horse
collections.Counter
Counter
collections
index
min
1
First (='ω'=)
Multiplication Table
copy.deepcopy
deepcopy
copy
bin
enumerate
1
First (='ω'=)
Long Non Repeat
break
not
in
range
len
First (='ω'=)
Transposed Matrix
List
typing.List
zip
typing
list-comp
GitHub
Second (='ω'=) < match, case
Broken Clock
case
match-case
datetime.strptime
strptime
eval
11
First (='ω'=)
Merge Intervals
float
continue
set
sorted
append
18
First
The Highest Building
zip
index
max
sum
list
First (='ω'=)
Shooting Range
sympy.solve
sympy.symbols
symbols
solve
dist
Second (='ω'=) < Polygon
Area of a Convex Polygon
sympy.Polygon
Polygon
sympy
float
abs
Decimal practice (='ω'=)
Shooting Range
ROUND_HALF_UP
decimal.ROUND_HALF_UP
sympy.solve
sympy.symbols
symbols
First (='ω'=)
Area of a Convex Polygon
dist
math.dist
math.sqrt
sqrt
round
First (='ω'=)
Barcode Reader
isspace
iter
is
ValueError
get
First (='ω'=)
The Cheapest Flight
List
typing.List
continue
pop
min
First (='ω'=)
Cookies
index
in
split
for
if
First (='ω'=)
Evenly Spaced Trees
math.gcd
gcd
List
typing.List
math
1
itertools.chain practice (='ω'=)
Merge Intervals
chain
itertools.chain
float
itertools
set
First (='ω'=)
Broken Clock
datetime.strptime
strptime
eval
datetime.timedelta
timedelta
First (='ω'=)
The Most Frequent Weekdays
as
date
datetime.date
datetime
inline-if
First (='ω'=)
Long Repeat Inside
in
and
range
len
for
First (='ω'=)
Expand Intervals
typing.Iterable
Iterable
typing
list-comp
range
First (='ω'=)
Open Labyrinth
case
match-case
collections.deque
deque
collections
1
First (='ω'=)
The End of Other
itertools.permutations
permutations
endswith
as
itertools
1
First
Create Intervals
StopIteration
iter
zip
break
except
Second (='ω'=) < Enum, yield
The Most Frequent Weekdays
Enum
enum.Enum
enum
class
yield
Dropbox
First (='ω'=)
Numbers Factory
sympy.factorint
divisors
sympy.divisors
factorint
combinations_with_replacement
3
Second (='ω'=) < math.prod
Numbers Factory
sympy.factorint
divisors
sympy.divisors
factorint
math.prod
4
First
Armstrong Number Checking
bool
sum
list-comp
comprehension
int
10
First
Calculator-I
AttributeError
eval
re.sub
sub
re.search
10
1
First
Count Divisibles in Range (simplified)
floordiv
operator.floordiv
operator
int
10
1
First
Tricky String
float
zip
sum
if-comprehension
list-comp
12
First (='ω'=)
Scytale Encryption
itertools.zip_longest
zip_longest
itertools
None
inline-if
17
First
Sum of Integers
operator.add
operator
functools.reduce
reduce
functools
18
First
Maximum Among Three
max
int
19
First
The Longest Word
split
str
len
for
if
First
Sort Sorted Groups
case
match-case
StopIteration
iter
next
First (='ω'=)
Nonogram Row
itertools.product
product
itertools
zip
enumerate
First (='ω'=)
Atbash Cipher
string.index
case
match-case
ascii_uppercase
string.ascii_uppercase
First
Common Tail
math.isnan
isnan
math.nan
nan
math
First (='ω'=)
Place Queens
issubset
itertools.permutations
permutations
set-comp
chr
First (='ω'=) < simple but slooow *leveraged the check_it code*
Hubspot Amulet
itertools.product
product
itertools
list-comp
range
First (='ω'=)
Three Points Circle
sympy.solve
sympy.symbols
symbols
solve
sympy
First (='ω'=)
Text Formatting
center
textwrap.wrap
wrap
textwrap
case
1
Second (='ω'=) < for practice to learn namedtuple
Simple Hashlib
hashlib.new
new
collections.namedtuple
namedtuple
hashlib
First (='ω'=)
Simple Hashlib
hashlib.new
new
hashlib
First (='ω'=)
Humpty Dumpty Form
math.atanh
atanh
math.asin
asin
math.pi
First (='ω'=)
Worth of Words
setdefault
get
max
for
First (='ω'=)
Friendly Number
fabs
math.fabs
math.log
log
math.floor
First (='ω'=)
The Best Number Ever
First (='ω'=)
The Longest Palindromic
or
and
range
len
for
First
Speech Module
rstrip
or
inline-if
and
int
PyCon TW
First (='ω'=)
How Much Gold
sympy.solve
sympy.symbols
symbols
solve
sympy
First (='ω'=)
Ryerson Letter Grade
splitlines
if-comprehension
list-comp
split
comprehension
First (='ω'=)
Sum Consecutives
groupby
itertools.groupby
itertools
sum
list-comp
First (='ω'=)
Robot Sort
join
append
range
list
str
First (='ω'=)
Double Substring
count
and
range
len
for
First (='ω'=)
Calculate Islands
collections.deque
deque
collections
List
typing.List
First (='ω'=)
Golden Pyramid
itertools.product
product
itertools
range
len
First (='ω'=)
Simple Areas
case
match-case
math.pi
pi
math.sqrt
First (='ω'=)
Digit Stack
case
match-case
collections.deque
deque
collections
Second (='ω'=)
House Password
islower
isupper
isdigit
bool
inline-if
Storage
First (='ω'=)
Square Spiral
continue
enumerate
index
abs
break
11
First
Working Hours Calculator
datetime.timedelta
timedelta
as
datetime.datetime
float
First (='ω'=)
Weak Point
operator.add
operator
functools.reduce
reduce
functools
First (='ω'=)
English to Braille Translator
case
match-case
isdecimal
zfill
get
First (='ω'=)
Restricted Prime
not
while
False
True
if
my first numpy (='ω'=)
Skew-symmetric Matrix
numpy.array_equal
array_equal
numpy.zeros
zeros
numpy.array
First (='ω'=)
Group Equal consecutive
groupby
itertools.groupby
itertools
list-comp
list
First (='ω'=)
Word Pattern
zfill
bin
isalpha
inline-if
list-comp
First (='ω'=)
Moria Doors
ascii_letters
string.ascii_letters
setdefault
intersection
values
First (='ω'=)
Saw the Stick
itertools.accumulate
accumulate
itertools.count
itertools
sort
HubSpot
First (='ω'=)
Team Play
itemgetter
operator.itemgetter
operator
List
typing.List
First (='ω'=)
Next Birthday
Dict
typing.Dict
clear
update
Tuple
First (='ω'=)
Weekly Calendar
Calendar
calendar.Calendar
calendar
date
datetime.date
First (='ω'=)
Square Board
collections.deque
deque
divmod
Tuple
typing.Tuple
First (='ω'=)
Repeating Decimals
divmod
index
break
or
while
First (='ω'=)
Non Empty Lines
isspace
splitlines
not
if-comprehension
and
First (='ω'=)
Restricted Sum
eval
replace
str
1
slice > (='ω'=)
Restricted Sum
slice
eval
First (='ω'=)
The Hamming Distance
zfill
bin
zip
max
count
First (='ω'=)
Number Base
ord
enumerate
break
inline-if
list-comp
Blizzard
First (='ω'=)
Connect Stars
scipy.sparse.csgraph.minimum_spanning_tr
minimum_spanning_tree
dist
math.dist
scipy
6
First (='ω'=)
Weekend Counter
itertools.count
datetime.timedelta
timedelta
itertools
datetime
9
1
First (='ω'=)
Radiation Search
collections.deque
deque
collections
sorted
while
First (='ω'=)
Rectangles Union
union
itertools.product
product
Tuple
typing.Tuple
1
First (='ω'=)
Mountain Scape
case
match-case
Tuple
typing.Tuple
add
First (='ω'=)
The First Working Day
datetime.timedelta
timedelta
as
datetime.datetime
datetime
Second (='ω'=)
The Angles of a Triangle
math.degrees
combinations
itertools.combinations
degrees
math.acos
First (='ω'=)
Reversed Permutation Index
itertools.count
divmod
itertools
pop
typing.Iterable
First (='ω'=)
Permutation Index
math.factorial
factorial
Tuple
typing.Tuple
remove
First (='ω'=)
Spaceship Landing Strip
itertools.product
product
itertools
max
or
First (='ω'=)
The Angles of a Triangle
math.degrees
degrees
math.acos
acos
round
1
First (='ω'=)
String Conversion
Differ
difflib.Differ
difflib
max
if-comprehension
FIRST (='ω'=) !!!!!
Stressful Subject
iter
re.sub
sub
endswith
continue
1
First (='ω'=)
Unlucky Days
datetime.timedelta
timedelta
date
datetime.date
datetime
Second (='ω'=)
Unlucky Days
Calendar
calendar.Calendar
calendar
as
sum
Rock
First (='ω'=)
Greedy Number
find
continue
break
print
while
13
First (='ω'=)
Sort by Removing
StopIteration
iter
break
except
try
1
First
Fibonacci Spiral's End
functools.lru_cache
lru_cache
cycle
itertools.cycle
decorator
First (='ω'=)
Home Coming
collections.Counter
Counter
values
collections
List
First
Most Efficient Cutting
itertools.product
product
itertools
remove
zip
First (='ω'=)
Parity Bit Generator
chr
bin
count
join
if-comprehension
1
First (='ω'=)
Life Counter
copy.deepcopy
deepcopy
itertools.product
product
copy
First (='ω'=)
CheckSum
isalnum
ord
inline-if
sum
if-comprehension
1
First (='ω'=)
Super Root
break
elif
range
for
if
Shelter
°˖✧◝(⁰▿⁰)◜✧˖° Go away, ghosts!
Ghosts Age
fibonacci
sympy.fibonacci
sympy
itertools.count
itertools
3
First (='ω'=)
Halloween Monsters
combinations_with_replacement
itertools.combinations_with_replacement
ValueError
itertools
remove
First (='ω'=)
AMSCO Cipher
case
match-case
cycle
itertools.cycle
itertools
First (='ω'=)
Seven Segment
combinations
itertools.combinations
set-comp
islower
itertools
1
First (='ω'=)
ADFGVX Cipher
string.whitespace
whitespace
cycle
itertools.cycle
punctuation
First (='ω'=)
The Nearest Square Number
math.floor
floor
math.ceil
ceil
math.sqrt
First (='ω'=)
Pattern Recognition
inline-if
list-comp
range
comprehension
len
Codeship
faster but far from sophisticated (´・ω・`)
Ugly Numbers
sorted
append
range
int
for
First (='ω'=) < simple but laborious
The Square Chest
issuperset
set-comp
List
typing.List
set
Hermit
Second (='ω'=)
Shorter Set
collections.deque
deque
collections
IndexError
pop
3
takewhile practice (='ω'=)
Stock Profit
itertools.takewhile
takewhile
itertools
max
lambda
9
First (='ω'=)
Birthday Party
case
match-case
datetime.timedelta
timedelta
date
11
1
First (='ω'=)
Shorter Set
set
inline-if
print
sorted
list
12
First (='ω'=)
Strawberry Fields
math.cos
cos
math.asin
asin
math.degrees
13
First (='ω'=)
Excel Column Number
string.index
ascii_uppercase
string.ascii_uppercase
string
index
13
First (='ω'=)
Backspace Apply
re.sub
sub
r-string
re
replace
18
First (='ω'=)
Simplification
Symbol
sympy.Symbol
expand
sympy.expand
sympy
First (='ω'=)
Stock Profit
max
inline-if
print
if-comprehension
list-comp
1
First (='ω'=)
Unique Email Addresses
tuple
index
replace
set
lower
First (='ω'=)
Fractions Addition
operator.add
Fraction
fractions.Fraction
fractions
divmod
First
Keywords Finder
escape
re.escape
finditer
re.finditer
IGNORECASE
First
Mono Captcha
List
typing.List
zip
enumerate
not
First (='ω'=)
The Good Radix
math.pow
pow
ord
math
isalpha
First (='ω'=)
Count Consecutive Summers
continue
break
elif
range
for
Watchtower
First (='ω'=)
Rotate Hole
issubset
collections.deque
deque
collections
enumerate
First (='ω'=)
Funny Addition
heapify
heapq.heapify
operator.add
heappop
heapq.heappop
Escher
First (='ω'=)
Treasures
itertools.product
product
get
items
itertools
First
The Buttons
pop
break
not
sorted
while
First
Card Game
itertools.pairwise
pairwise
itertools
remove
continue
First (='ω'=)
Keys and Locks
splitlines
zip
join
if-comprehension
in
First (='ω'=)
Safe Code
startswith
re.split
eval
r-string
continue
First (='ω'=)
The Secret Room
strip
index
bool
inline-if
sorted
First (='ω'=)
Wild Dogs
dist
math.dist
combinations
itertools.combinations
set-comp
First (='ω'=) < zip_longest / zip
The Stone Wall
itertools.zip_longest
zip_longest
dict-comp
get
itertools
First
Ground for the House
splitlines
min
max
False
append
First (='ω'=)
Compass, Map and Spyglass
abs
max
elif
range
len
Second
The Ship Teams
get
or
sorted
append
for
Not On Map
First (='ω'=)
Base change - Position System
base_repr
numpy.base_repr
numpy
str
4
First (='ω'=) < itertools.groupby
Aggregate and Count
groupby
itertools.groupby
update
dict
itertools
Second (='ω'=)
Aggregate and Count
collections.defaultdict
defaultdict
dict-comp
dict
collections
Second (='ω'=) < collections.Counter
Most Wanted Letter
re.sub
sub
as
collections.Counter
Counter