39
freeman_lex
13 39 53
9242/ 9695
Awesome Team Олександр Зозуля
Last seen 56 minutes ago
Member for 9 years, 11 months, 17 days
Difficulty Easy
Missions (436) / Solutions (397)
Best solutions / Newest solutions
Strings and Integers
Second
Count Vowels
lower
sum
print
in
comprehension
1
3
First
Rectangle Perimeter
print
int
1
Third - List Comprehension
Reverse Integer
reversed
inline-if
print
join
int
1
1
Second
Fuzzy String Matching
itertools.zip_longest
zip_longest
itertools
bool
sum
1
4
First
All Permutations
collections.abc.Iterable
itertools.permutations
permutations
itertools
collections
1
1
First
Longest Substring of Unique Characters
enumerate
max
print
in
int
1
First - Simple Modulo
Find Remainder
print
int
1
Fifth
Perfect Number Checking
divmod
bool
not
sum
print
1
Second
Count Substring Occurrences
rf-string
IGNORECASE
re.IGNORECASE
findall
re.findall
2
1
Second - Ternary
Integer Sign Determination
inline-if
print
int
str
2
1
First
Convert To Title Case
capitalize
map
print
join
split
2
Third - w/o string
Armstrong Number Checking
divmod
bool
sum
print
while
2
Third - Recursion
Sum of Integers
print
int
if
2
First
The Longest Word
print
split
str
len
for
2
Third
Count Divisibles in Range (simplified)
print
range
int
len
2
1
Third - Sorted List
Maximum Among Three
print
sorted
int
2
1
Second
All Permutations
collections.abc.Iterable
collections
enumerate
Iterable
print
2
1
First
Number With Exclamation
inline-if
print
int
2
First
Perfect Number Checking
bool
not
print
False
True
2
Thirt - Lambda + Dict
Integer Sign Determination
lambda
print
int
str
4
1
First
Count Vowels
lower
print
in
int
str
4
Forth - Reduce
Maximum Among Three
functools.reduce
reduce
functools
lambda
inline-if
4
1
Second - Iterative Solution
Reverse Integer
abs
inline-if
print
while
int
5
Forth - Lambda + Reduce
Sum of Integers
functools.reduce
reduce
functools
lambda
print
5
First
Quadratic Equation Roots
collections.abc.Iterable
yield
math.sqrt
sqrt
collections
5
1
First
Longest Common Prefix
pop
min
not
print
while
5
Forth - Recursive
Reverse Integer
divmod
abs
inline-if
print
int
6
Fifth - List Index
Integer Sign Determination
print
int
str
6
Second
Armstrong Number Checking
map
bool
lambda
sum
print
6
Third - Find Quotient First
Find Remainder
print
int
6
First
Count Divisibles in Range (simplified)
print
int
6
1
Second
Leap Year Checking
bool
or
print
False
and
7
Second
Count Divisibles in Range (simplified)
not
print
range
int
for
7
Second
Quadratic Equation Roots
collections.abc.Iterable
math.sqrt
sqrt
collections
math
7
First - Convert to String
Reverse Integer
inline-if
print
int
str
8
First - Arithmetic Progression
Sum of Integers
print
int
8
Forth
Perfect Number Checking
filter
bool
lambda
sum
print
8
2
Third
Leap Year Checking
bool
not
or
print
False
9
1
First
Goes Right After (simplified)
find
bool
print
False
True
9
Second - Iterative Solution
Sum of Integers
sum
print
range
int
10
1
First - Built-in
Maximum Among Three
max
print
int
10
1
First
Count Substring Occurrences
find
lower
print
while
int
10
First
Convert Date
f-string
date
datetime.date
ValueError
datetime
11
4
First
Replace All Occurrences
replace
print
str
11
First
Leap Year Checking
bool
print
False
True
int
12
Second
Perfect Number Checking
bool
not
sum
print
if-comprehension
12
1
Second - Conditions
Maximum Among Three
print
and
int
if
12
1
First
Fuzzy String Matching
IndexError
bool
except
try
max
13
Third
Perfect Number Checking
bool
not
sum
print
if-comprehension
13
4th
Armstrong Number Checking
bool
print
False
True
int
15
First - If/elif/else
Integer Sign Determination
print
elif
else
int
str
20
1
First
Armstrong Number Checking
bool
sum
print
False
True
Second - Subtraction
Find Remainder
print
while
int
1
Forth - Recursion
Find Remainder
print
int
if
Forth - Ternary + Bitwise
Integer Sign Determination
inline-if
print
int
str
1
First
Just Fizz!
bool
print
int
str
1
First
Excel Column Number
reversed
ord
enumerate
sum
print
First
Middle Characters
divmod
len
5
Three comparisons in a line
Goes Right After
find
lambda
First
Bird Language
while
in
str
len
First
Digits Multiplication
if-comprehension
comprehension
int
str
for
Leave strings alone!)
Digits Multiplication
divmod
bool
print
while
int
First
The Most Wanted Letter
values
isalpha
min
max
lower
First
Three Words
isalpha
bool
print
False
True
1
List but not the least
Second
Duplicate Zeros
typing.Iterable
Iterable
bool
typing
print
3
2
First
Changing direction
zip
bool
or
print
elif
5
2
First
Reverse Every Ascending
pop
while
and
append
10
1
Second - w/o modif imput
Reverse Every Ascending
insert
not
or
len
for
17
1
First
Duplicate Zeros
not
print
append
list
for
First
Missing Number
sort
print
range
list
int
First
Zigzag Array
List
typing.List
not
typing
append
1
First
Compress List
typing.Iterable
Iterable
not
typing
or
1
First
Sort Except Zero
filter
enumerate
pop
typing.Iterable
Iterable
1
Second
Median
sort
len
First
Right to Left
replace
lambda
join
First
Follow Instructions
Tuple
typing.Tuple
typing
count
int
1
First
Absolute Sorting
abs
sorted
First
Non-unique Elements
remove
else
for
if
First
Median
sorted
else
len
if
Look up in the Dict()
First
Verify Anagrams
isalpha
lower
sorted
if-comprehension
list-comp
2
6
First
Cipher Dict (decryption)
hex
bytes
keys
dict
tuple
6
First
Ordinary Cardinals
map
lambda
sorted
list
int
7
First
Cipher Dict
hex
dict
tuple
pop
not
11
First
Blood distribution
dict-comp
dict
min
comprehension
int
13
1
First
YAML. Complex Structure
startswith
strip
continue
pop
index
17
First
The Cheapest Flight
filter
remove
continue
pop
min
1
First
Aggregate by Operation
eval
f-string
dict-comp
dict
items
1
First
Move Zeros
print
if-comprehension
list-comp
list
comprehension
First
Golden Pyramid
max
while
list-comp
range
list
First
YAML. List and Comments
strip
dict-comp
all
map
index
First
Switch Keys to Values
get
dict
items
set
print
1
Second -
Move Zeros
yield
typing.Iterable
Iterable
typing
print
First
How Deep
elif
str
for
if
1
First
YAML. More Types
strip
None
replace
isdigit
if-comprehension
First
What Is Wrong With This Family?
copy
insert
enumerate
pop
index
First
The Flat Dictionary
isinstance
dict
items
pop
not
First
YAML. Simple Dict
isdigit
inline-if
split
int
for
First
Pawn Brotherhood
chr
ord
set
or
in
Strings Theory
First
Revorse the vewels
insert
upper
zip
continue
enumerate
1
2
First
Work Schedule Generator
issubset
union
combinations
itertools.combinations
set-comp
1
First
Long Pressed
groupby
itertools.groupby
all
itertools
zip
2
First
Schedule Mode Builder
datetime.timedelta
timedelta
extend
as
keys
2
First
Matrix-2-String
Ellipsis
upper
tuple
zip
sum
3
1
First
Text Formatting
textwrap.wrap
wrap
textwrap
itertools.zip_longest
zip_longest
4
1
First
Collatz Ztalloc
reversed
isinstance
None
not
print
4
1
First
Staircase
compress
itertools.compress
itertools.product
product
itertools
4
First
The Hollow Diamond
rstrip
pop
bool
print
join
7
First
String-2-Matrix
Ellipsis
divmod
tuple
map
isupper
7
Second
The Hollow Diamond
pop
bool
print
join
False
8
First
Working Hours Calculator
datetime.fromisoformat
fromisoformat
datetime.timedelta
timedelta
date
10
First
Count Morse
startswith
all
any
remove
pop
12
First
Tricky String
zip
replace
sum
print
range
13
1
First
Reveal the Number
float
None
isdigit
not
print
13
First
One Switch Strings
itertools.zip_longest
zip_longest
itertools
bool
not
14
First
Champernowne Word
divmod
print
while
int
str
17
1
First
Fibonacci Poem
collections.abc.Iterator
Iterator
startswith
iter
next
19
1
First
Is String a Number? (Part II)
float
isalpha
bool
except
try
First
Adjacent Letters
not
or
print
else
str
4
First
Huffman Encode
heapify
heapq.heapify
heappush
heapq.heappush
heappop
1
Improved)
Count Morse
case
match-case
startswith
pop
replace
First
Chemical Analysis
reversed
get
items
isupper
isalpha
1
Second
Caps Lock
upper
enumerate
join
split
comprehension
First
Correct Capital
capitalize
upper
bool
lower
print
1
First
Sum of Digits
divmod
print
while
int
if
First
Speech Module
inline-if
and
list-comp
comprehension
int
1
First
Striped Words
isalnum
all
upper
isalpha
not
First
Remove Brackets
find
zip
enumerate
index
max
4
First
Morse Clock
list-comp
split
range
comprehension
else
Second
Speech Module
zfill
filter
map
bool
inline-if
2
First
Brackets
not
in
for
if
2
First
Caps Lock
upper
not
elif
False
else
Split & Join
Currency Style
findall
re.findall
re
replace
or
Quick & no list
The Longest Palindromic
range
len
for
if
1
First
Stressful Subject
endswith
any
map
isupper
isalpha
1
Second
Striped Words
issubset
re.split
filter
r-string
isalpha
First
Long Non Repeat
set
range
len
for
if
First
Surjection Strings
union
get
enumerate
bool
set
First
Acceptable Password IV
all
any
isalpha
isdigit
bool
1
First
Common Words
sorted
join
in
append
split
First
All Upper II
all
upper
replace
isdigit
bool
First
Acceptable Password III
bool
except
try
and
int
1
First
Friendly Number
math.floor
floor
math.ceil
ceil
float
First
Letter Queue
pop
join
append
else
for
Second
Morse Clock
zfill
divmod
bin
map
enumerate
Second
The Longest Palindromic
break
print
and
range
str
First
Pangram
ascii_lowercase
string.ascii_lowercase
string
all
lower
First
House Password
islower
isupper
isdigit
elif
False
List, list and list again
First
Colorful Disks
reversed
tuple
print
int
for
1
no variants, just logic
Garland
enumerate
min
max
print
while
2
1
First
Not in Order
zip
sum
print
sorted
list
2
1
First
Nonogram Encode
map
max
print
join
if-comprehension
2
First
Overlapping Disks
itertools.product
product
combinations
itertools.combinations
itertools
3
First
Sort Sorted Groups
continue
pop
break
print
sorted
4
First - list return
Matrix "Hatching"
print
append
list-comp
range
list
5
First
Postfix Evaluation
typing.Union
Union
eval
isinstance
f-string
5
1
Second - generator return
Matrix "Hatching"
yield
typing.Iterable
Iterable
typing
print
6
First
Beat The Previous
print
append
list
int
str
8
First
List Beautify
rjust
enumerate
max
print
join
8
First
Combining Celebrity Names
enumerate
not
sum
join
while
8
First
Integer Palindrome
divmod
bool
print
while
False
12
1
simple line
Loading Cargo
combinations
itertools.combinations
itertools
min
abs
12
First
Ulam-Warburton Automaton Hex
set-comp
get
items
set
print
14
First
Replace with Biggest
reversed
insert
typing.Iterable
Iterable
typing
16
First
Toothpicks
add
remove
except
try
set
16
First
Ulam–Warburton Automaton
set-comp
get
items
set
print
19
First
When "k" is Enough!
yield
typing.Iterable
Iterable
typing
count
1-liner clear reduce
Sum by Type
type
functools.reduce
reduce
functools
tuple
First
Cipher Crossword
from_iterable
itertools.from_iterable
itertools.permutations
permutations
chain
Second
Cipher Crossword
from_iterable
itertools.from_iterable
itertools.permutations
permutations
chain
First
Xs and Os Champion
divmod
next
get
items
tuple
First
Color Map
itertools.product
product
next
copy
as
2
Second
Integer Palindrome
divmod
bool
print
while
False
First
Convert and Aggregate
dict-comp
get
dict
items
tuple
First
The Highest Building
index
not
sum
while
list
1
Third
Flatten a List
collections.abc.Iterable
isinstance
collections
Iterable
inline-if
2
List slicing
Split Pairs
while
append
list
str
len
2
2 bubble sorting, 15 lines
Determine the Order
copy
tuple
ord
index
set
First
Cipher Map
lambda
sorted
if-comprehension
list-comp
range
1
Second
Flatten a List
collections.abc.Iterable
yield
collections
Iterable
print
1
First
Flatten a List
eval
isdigit
or
in
str
1
First
Xs and Os Referee
or
join
in
and
range
Different kind of sets
18 lines
Mind Switcher
get
items
remove
pop
set
8
5
First
Berserk Rook
add
index
min
set
max
19
1
First
The End of Other
False
and
True
len
for
First
Friends
class
discard
frozenset
add
map
Mine
First
All Roads Lead to Rome!
tuple
or
print
and
append
1
First
Sum of Distinct Cubes
heapify
heapq.heapify
heappush
heapq.heappush
heappop
2
First
Checking Perfect Power
Ellipsis
math.gcd
gcd
next
functools.reduce
3
First
The Centrifuge Problem
chain
itertools.chain
itertools.product
product
all
4
1
First
Frogs Collision
any
tuple
None
not
or
4
First
Bats Bunker
copy
math.sqrt
sqrt
float
format
6
1
First
Grid Painting
itertools.count
issubset
union
divmod
combinations
7
First
Common Tail
pass
IndexError
None
except
try
8
First
Interesting, intersecting
any
tuple
bool
not
or
10
eval
Simple Areas
eval
round
sum
len
13
First
Inside Block
pass
min
max
inline-if
in
16
First
Latest ISO datetime
datetime.fromisoformat
fromisoformat
datetime.datetime
datetime
map
17
1
First
Unix Match. Part 1
translate
bool
str
1
Recursion
Making Change
None
not
inline-if
sum
elif
1
Recursion (There is a mistake in 1 Rec!)
Making Change
None
not
inline-if
sum
sorted
First
Express Delivery
itertools.product
product
copy
as
values
First
Unix Match. Part 2
translate
replace
bool
print
in
First
The Einstein Problem-Lite
remove
index
break
set
count
First
Stair Steps
copy
map
continue
max
not
First
Can You Pass?
copy
remove
abs
while
if-comprehension
First
Multiplication Table
zfill
bin
map
lambda
join
First
Count Consecutive Summers
while
range
for
if
Moving Worm
Count Consecutive Summers
while
int
Dividers
Count Consecutive Summers
or
sum
range
int
for
First
Reverse Roman Numerals
itertools.pairwise
pairwise
itertools
list-comp
comprehension
Second
Reverse Roman Numerals
or
sum
in
comprehension
First
Funny Addition
round
range
for
Ice Base
First
Peaceable Queens
copy
filter
dict-comp
add
break
2
1
First
Calculate Islands
abs
set
inline-if
sum
sorted
2
First
Exploring Wythoff Array
itertools.count
math.floor
floor
math.sqrt
sqrt
2
First
Fibonacci Spiral's End
cycle
itertools.cycle
eval
f-string
itertools
4
1
First
Network Attack
any
while
if-comprehension
in
and
4
2
First
Flip of Time
heapify
heapq.heapify
heappush
heapq.heappush
heappop
4
First
"Lunar" Multiply
map
enumerate
min
max
print
4
First
Bridge Routine
get
tuple
zip
enumerate
index
4
First
Spaceship Landing Strip
sum
in
range
comprehension
len
4
First
Bishop vs Aliens
any
add
tuple
bool
set
5
1
First
Cut Into Squares
frozenset
min
max
print
in
7
Simplified, inspired by @kdasny solution
Exploring Wythoff Array
itertools.count
itertools
tuple
break
count
7
First
Count Divisibles in Range
or
int
7
First
Count And Say
groupby
itertools.groupby
itertools
print
join
10
Second
Count And Say
print
join
append
comprehension
else
11
1
First
15-puzzle Solvability
divmod
insert
pop
index
abs
11
First
Transposed Matrix
lambda
list-comp
range
comprehension
len
18
First
Moria Doors
replace
set
lower
list-comp
split
First
Digit Stack
pop
elif
and
append
split
2
First
Three Points Circle
math.sqrt
sqrt
as
findall
re.findall
Recursion
Pearls in the Box
float
format
count
sum
append
Chains
Radiation Search
copy
remove
pop
abs
break
shortest route
Disposable Teleports
copy
all
remove
inline-if
while
First
The Greatest Common Divisor
pop
not
inline-if
while
list
First
Skew-symmetric Matrix
all
enumerate
range
comprehension
First
Counting Tiles
math.floor
floor
math.ceil
ceil
math.sqrt
First
The Hidden Word
pass
enumerate
replace
except
try
1
First
Similar Triangles
set-comp
round
zip
lambda
sorted
1
First
Weak Point
zip
min
sum
list-comp
range
First
Call to Home
math.ceil
ceil
values
get
math
First
Largest Rectangle in a Histogram
zip
map
enumerate
max
join
First
The Most Numbers
min
max
else
len
if
First
Caesar Cipher (encryptor)
isspace
chr
ord
isalpha
elif
First
Feed Pigeons
sum
while
elif
True
range
The Game is Worth it!
First
Count Domino Tilings
complex
numpy.linalg
linalg
numpy.zeros
zeros
1
First
Water Sort Game
frozenset
next
any
add
map
1
First
Archipelago
Ellipsis
discard
next
copy
values
2
First
R-mahjong Ⅰ: break hand into sets
case
match-case
itertools.product
product
combinations
4
First
Checkers Capture
tuple
remove
pop
max
print
4
First
Stepping Stones Puzzle
tuple
continue
pop
min
max
5
First
Knapsack Problem
tuple
enumerate
bool
max
inline-if
5
First
Magic Domino
combinations_with_replacement
itertools.combinations_with_replacement
random.choice
choice
from_iterable
6
Random + logic picking (slightly imrpoved from 1)
Magic Domino
combinations_with_replacement
itertools.combinations_with_replacement
random.choice
choice
from_iterable
7
Set version
Stepping Stones Puzzle
set-comp
copy
dict-comp
keys
get
8
First
Rolling 🎲!
get
print
int
str
for
9
1
First
Battle Dice
itertools.product
product
collections.Counter
Counter
dict-comp
10
First
The Final Stone
sort
pop
inline-if
print
while
11
1
4 lambdas
The Square Chest
functools.reduce
reduce
functools
lambda
or
13
First
8 Puzzle
next
copy
dict-comp
all
remove
14
First
Haunted House
math.hypot
hypot
copy
items
remove
20
First
Place Queens
itertools.product
product
combinations
itertools.combinations
set-comp
Counter using
Texas Referee
iter
next
copy
as
collections.Counter
First
Life Counter
itertools.product
product
insert
as
itertools
First
Domino Chain
collections.abc.Generator
Generator
discard
copy
yield
Clear and simple
Minesweeper
itertools.product
product
next
as
values
First
Sudoku Solver
discard
iter
next
copy
values
1
Second - with recursion
Find Enemy
add
ord
index
set
or
First - w/o recursion
Find Enemy
dict-comp
add
items
ord
index
Third - First distance, then direction.
Find Enemy
insert
ord
pop
index
while
First
The Shortest Knight's Path
itertools.product
product
chr
all
itertools
First
Digits Doublets
remove
zip
pop
sum
while
GitHub
First
How to Find Friends
set
in
False
and
append
2
2
First
Ghosts Age
math.sqrt
sqrt
math
not
or
19
1
four for
Break Rings
combinations
itertools.combinations
copy
as
collections.Counter
1
First
Numbers Factory
not
inline-if
while
range
int
As in a book
The Angles of a Triangle
math.degrees
degrees
math.acos
acos
round
four for 2
Break Rings
itertools.count
chain
itertools.chain
combinations
itertools.combinations
First
City's Happiness
copy
values
keys
dict
items
1
Updated
Open Labyrinth
zip
sort
pop
not
lambda
1
First
Min and Max
get
None
inline-if
list
else
1
First
Open Labyrinth
functools.reduce
reduce
functools
lambda
elif
1
First
The Hamming Distance
zfill
bin
max
sum
range
A star
Open Labyrinth
itemgetter
operator.itemgetter
operator
copy
math.sqrt
First
Restricted Sum
pop
not
inline-if
1
First
Find Sequence
itertools.product
product
itertools
zip
bool
shortest way
Open Labyrinth
itertools.product
product
as
values
dict-comp
First
Binary Count
bin
count
Just adding
Roman Numerals
else
if
Dropbox
1 line
How Much Gold
lambda
inline-if
sum
in
comprehension
2
1
First
Colder-Warmer
math.hypot
hypot
remove
math
if-comprehension
4
1
First
Determinant
type
inline-if
sum
if-comprehension
list-comp
5
1
no import
Square Spiral
abs
not
while
range
else
13
First
How Much Gold
collections.Counter
Counter
values
keys
items
18
First
Simplification
next
copy
findall
re.findall
get
First
Achilles and the Tortoise
1
Simple solution that somehow works
One line Drawing
copy
insert
remove
pop
break
First
Numbered Triangles
itertools.permutations
permutations
copy
as
itertools
3-func
IP Network: Route Summarization
zfill
bin
set
join
while
four func
Playfair Cipher
digits
string.digits
insert
ascii_lowercase
string.ascii_lowercase
1
First
Restricted Prime
enumerate
pop
while
False
and
Second
Restricted Prime
while
False
True
if
First
Count Chains
pow
tuple
remove
pop
abs
First
Clock Angle
map
min
abs
split
int
First
Saw the Stick
break
sum
while
append
range
Everything is Object
First
Party Invitations
class
discard
add
set
for
8
First
Every Person is Unique
class
insert
f-string
join
while
1
First
Text Editor
class
bool
append
1
First
Hacker Language
class
re.split
match
re.match
f-string
First
Geometry Figures
math.tan
tan
math.radians
radians
class
First
Army Units
ABC
abc.ABC
abc.abstractmethod
abstractmethod
abc
First
Microwave Ovens
class
zfill
divmod
super
pass
First
Dialogues
ABC
abc.ABC
abc
class
object
First
3 Chefs
ABC
abc.ABC
abc
class
f-string
First
Multicolored Lamp
cycle
itertools.cycle
class
next
itertools
First
Building Base
class
format
Master of the Time Stone
First
Bigger Together
cycle
itertools.cycle
next
reversed
itertools
First
Weekend Counter
inline-if
in
range
Both ways converter
Time Converter (24h to 12h)
f-string
index
None
inline-if
print
First
Group Equal consecutive
groupby
itertools.groupby
itertools
list-comp
list
First
The First Working Day
datetime.isoweekday
isoweekday
datetime.fromisoformat
fromisoformat
datetime.timedelta
Compact
Unlucky Days
lambda
sum
range
comprehension
No import, tuples a lot
Date and Time Converter
tuple
map
join
split
int
HubSpot
First
Dark Labyrinth
get
items
tuple
zip
sort
4
1
First
Ore In The Desert
math.hypot
hypot
next
round
math
7
1
First
Digging a Canal
copy
insert
remove
min
break
11
First
Exec Quine
Nested try-except
Compare Functions
is
all
None
except
try
First
Network Loops
copy
items
remove
continue
index
Second
Digging a Canal
itertools.product
product
combinations
itertools.combinations
copy
Third
Digging a Canal
itertools.permutations
permutations
itertools.product
product
copy
First
Parity Bit Generator
zfill
chr
bin
not
count
First
Reversed Permutation Index
collections.abc.Iterable
divmod
yield
insert
collections
First
Earth Distances
math.radians
radians
math.cos
cos
math.sin
First
Permutation Index
insert
tuple
remove
enumerate
index
First
Building Visibility
add
tuple
enumerate
set
lambda
Fractions
Oil Pie
Fraction
fractions.Fraction
fractions
as
map
without Fractions
Oil Pie
eval
map
abs
inline-if
sum
Blizzard
"Printing" on the "sheet"
English to Braille Translator
zfill
itertools.product
product
update
copy
4
First
Fast Train
reversed
all
pop
max
sum
12
First
Mathematically Lucky Tickets
operator.truediv
truediv
operator.sub
operator.add
mul
19
First
Word Pattern
zfill
bin
isalpha
False
list-comp
1
First
The Rows of Cakes
combinations
itertools.combinations
values
get
itertools
1
L.U.R.D.
Convex Hull
eval
copy
insert
remove
zip
Smallest angle between lines
Convex Hull
math.hypot
hypot
math.acos
acos
copy
First
English to Braille Translator
digits
string.digits
zfill
update
copy
First
Shooting Range
math.hypot
hypot
as
round
math
First
Flood Area
collections.abc.Iterable
rstrip
yield
collections
lstrip
First
Identify Block
get
None
set
sorted
comprehension
First
Vigenere Cipher
string.index
ascii_uppercase
string.ascii_uppercase
as
string
First
Can Balance
reversed
enumerate
sum
range
list
First
String Conversion
filter
remove
zip
map
continue
First
Robot Sort
tuple
break
join
while
append
1
Rock
First
The Brick Factory Problem
None
lambda
print
else
int
1
2
First
Exploring Calkin-Wilf Tree
extend
tuple
pop
inline-if
print
4
1
Second
Exploring Calkin-Wilf Tree
tuple
not
print
in
else
5
1
First
Greedy Number
index
max
print
range
int
8
First
Mountain Scape
extend
tuple
continue
pop
not
19
First
Tree Walker
type
isinstance
extend
values
dict
First
Fused Cubes
all
any
add
tuple
remove
1
Second
Fused Cubes
collections.abc.Iterable
itertools.product
product
copy
all
1
First
Keywords Finder
extend
remove
find
min
break
First
Rectangles Union
add
tuple
set
range
list
First
Safe Coasts
itertools.product
product
get
itertools
tuple
First
Sum Consecutives
collections.abc.Iterable
yield
collections
Iterable
not
First
Caesar Cipher (decryptor)
isspace
chr
ord
isalpha
elif
First
Find Quotes
findall
re.findall
r-string
re
Shelter
First
Connect Stars
itertools.product
product
yield
itertools
remove
5
4
First
Swap Nodes
yield
pass
pop
except
try
1
First
Unfair Districts
remove
enumerate
pop
abs
inline-if
step by step
Ethernet Ring Dimensioning
math.ceil
ceil
as
values
dict-comp
First
Escape
bool
not
in
False
and
First
Chess Knight
collections.abc.Iterable
itertools.product
product
yield
chr
First
Remove Accents
combining
unicodedata.combining
normalize
unicodedata.normalize
unicodedata
2
Codeship
First
Forgetful Prisoner
divmod
insert
functools.reduce
reduce
functools
9
First
Water Jars
or
sorted
while
in
False
First
Hexagon Spiral
divmod
tuple
zip
index
abs
1
First
Workout
divmod
round
zip
pop
min
First
Strawberry Fields
math.radians
radians
math.cos
cos
math.sin
First
Ugly Numbers
pow
sort
break
append
range
First
Number Guess
remove
pop
set
max
lambda
First
Unique Email Addresses
add
replace
set
lower
print
First
The Fastest Horse
index
min
max
list
int
Hermit
First
Write Quadratic Equation
f-string
get
abs
bool
print
19
First
CheckSum
isalnum
ord
map
isdigit
lambda
1
First
Ryerson Letter Grade
print
while
list-comp
comprehension
int
Watchtower
First
Useless Flights
filter
remove
continue
enumerate
pop