33
dig
12 33 52 Leader of the month
6039/ 6695
dig Pons
Last seen 1 month ago
Member for 2 years, 1 month, 22 days
Difficulty Easy
Looking for a code job... just because it is a hobby for me :) If interested: trucbalear@gmail.com

Missions (318) / Solutions (143)
Best solutions / Newest solutions
Strings and Integers
First decorator :/
Just Fizz!
decorator
print
else
int
str
5
First
Multiply (Intro)
sum
list-comp
range
comprehension
int
10
5
First
Sum Numbers
continue
None
isdigit
False
split
3
First
Backward String
reverse
list
str
for
3
List but not the least
First
Chunk
pass
remove
IndexError
typing.Iterable
Iterable
2
Second
Chunk
contextlib.suppress
suppress
contextlib
with
IndexError
3
1
First
All the Same
Any
typing.Any
functools.reduce
reduce
functools
12
5
First
Sort by Extension
lambda
count
or
print
sorted
3
First
Absolute Sorting
array.array
array
reverse
insert
as
First
Missing Number
sort
min
set
print
append
2
2 linner
Sort Except Zero
filter
pop
lambda
inline-if
sorted
2
Look up in the Dict()
First
Aggregate by Operation
eval
copy
dict
items
tuple
3
2
First
Switch Keys to Values
values
keys
add
dict
set
12
First
The Cheapest Flight
math.inf
inf
copy
all
math
1
First
How Deep
type
tuple
print
while
False
First
YAML. Simple Dict
continue
isdigit
inline-if
split
int
4
YAML2
YAML. More Types
case
match-case
strip
continue
None
The Counter Trick!
Verify Anagrams
collections.Counter
Counter
collections
replace
bool
1
graph theory
What Is Wrong With This Family?
class
collections.defaultdict
defaultdict
extend
dict-comp
Binary: 0 = Left, 1=Right
Golden Pyramid
bin
max
range
int
str
First
Boolean Algebra
bool
inline-if
print
elif
else
4
Strings Theory
First
Is String a Number?
isinstance
ValueError
bool
except
try
2
2
First
Huffman Encode
insert
dict-comp
tuple
pop
set
3
Second, to use r-string
Currency Style
findall
re.findall
re
replace
or
5
First
The Hollow Diamond
ascii_lowercase
string.ascii_lowercase
string
zip
bool
5
First
Count Morse
startswith
replace
lower
print
join
7
Expected less instructions !
Calculator-I
eval
re.sub
sub
re.search
search
8
First
Letter Queue
startswith
pass
List
typing.List
pop
11
First
Working Hours Calculator
decimal.getcontext
getcontext
Decimal
decimal.Decimal
decimal
14
First
One Switch Strings
collections.Counter
Counter
collections
zip
bool
First
Adjacent Letters
pop
print
join
while
and
First
Long Repeat
groupby
itertools.groupby
itertools
max
list
1
First
Morse Clock
rf-string
zfill
f-string
bin
split
First
Brackets
pop
index
bool
or
print
2
First
Currency Style
findall
re.findall
re
replace
or
Brute Force
Long Non Repeat
clear
copy
enumerate
break
inline-if
First
Second Index
re.split
re
None
count
inline-if
First
Double Substring
replace
print
range
int
str
First
Striped Words
re.split
enumerate
re
isdigit
bool
First
House Password
islower
isupper
isdigit
bool
elif
List, list and list again
Intuitive
Integer Palindrome
reverse
copy
bool
print
while
3
7
Coordenates mathod
Toothpicks
frozenset
update
add
set
or
5
cell = 2D point
Ulam–Warburton Automaton
update
yield
add
set
print
7
2 line different from Ulam original
Ulam-Warburton Automaton Hex
update
yield
math.sqrt
sqrt
add
8
15
First
Flatten a List (generator version)
type
yield
extend
pass
IndexError
11
First
Replace Last
extend
pop
list
if
15
1
String theory!
List Beautify
rjust
zip
map
replace
max
First
Matrix "Hatching"
typing.Iterable
Iterable
typing
print
while
yield, yield from
Flatten a List (iterator version)
type
yield
is
else
int
First
Replace with Biggest
pop
typing.Iterable
Iterable
max
typing
replace '[' and ']'
Flatten a List
pop
replace
list-comp
split
comprehension
4
My_First divmod
Integer Palindrome
divmod
bool
print
while
False
odd-even cases
Loading Cargo
itertools.permutations
permutations
itertools
abs
break
2
always moving minimal
Count Inversions
pop
index
min
while
list
Different kind of sets
First
Boundary Blocks
Tuple
typing.Tuple
copy
add
List
4
1
Recycling functions
Merge Intervals (iterator version)
next
set-comp
yield
pop
except
17
Recycling create_intervals function
Merge Intervals (generator version)
set-comp
yield
pop
set
not
re... rip!
Create Intervals
findall
re.findall
enumerate
pop
re
First
Power Supply
difference
collections.defaultdict
defaultdict
update
set-comp
Recursion
Create Intervals (generator version)
yield
pop
set
not
sorted
separatting lower and uppers
Seven Segment
from_iterable
itertools.from_iterable
chain
itertools.chain
combinations
5
DFS graph theory
Berserk Rook
filter
dict-comp
pass
IndexError
except
First
The End of Other
add
remove
False
True
len
First
Expand Intervals
clear
typing.Iterable
Iterable
typing
append
Friend-ly solution for begginers
Friends
class
tuple
remove
set
or
Mine
First
Super Root
brentq
scipy.optimize.brentq
scipy
lambda
1
3
First
Interesting, intersecting
collections.namedtuple
namedtuple
any
tuple
collections
3
2
First
Count Consecutive Summers
filter
while
elif
False
True
4
Negative Indexes
Common Tail
min
None
not
or
print
7
First
Latest ISO datetime
pass
zip
replace
print
elif
9
1
First
Multiplication Table
bin
int
str
for
First
Making Change
dict-comp
float
min
None
inline-if
dynamic backwards
Stair Steps
max
range
len
for
First
Funny Addition
min
max
sum
Ice Base
First
Fibonacci Spiral's End
cycle
itertools.cycle
next
itertools
print
9
First
The Best Number Ever
randint
random.randint
random
5
I thought it was elementary
Network Attack
copy
any
add
items
continue
First
Similar Triangles
Tuple
typing.Tuple
math.sqrt
sqrt
List
Using Translate built-in
Caesar Cipher (encryptor)
translate
abs
else
if
First
Moria Doors
ascii_lowercase
string.ascii_lowercase
string
enumerate
min
Second
Similar Triangles
dist
math.dist
Tuple
typing.Tuple
List
First
The Greatest Common Divisor
math.gcd
gcd
math
int
for
First
The Hidden Word
itertools.zip_longest
zip_longest
itertools
find
enumerate
First
Largest Rectangle in a Histogram
ValueError
pass
IndexError
min
except
First
Weak Point
TypeError
raise
type
index
min
First
Digit Stack
pop
isdigit
elif
and
append
1
First
Caesar Cipher (encryptor)
index
else
for
if
The Game is Worth it!
My 1st Backtrack
Sudoku Solver
is
None
or
False
True
8
2
Easiest way, not best
The Final Stone
sort
pop
print
while
append
un-UnFair solution
Unfair Dice
yield
is
continue
min
None
from nxn to 3x3
Bacteria Colonies
pass
IndexError
min
abs
except
First
The Square Chest
all
List
typing.List
typing
sorted
GitHub
First
Solution for Anything
class
True
18
First
Restricted Sum
eval
map
join
str
First
Find Sequence
pass
IndexError
bool
except
try
3
Forcing key, even when not
Min and Max
is
get
None
lambda
inline-if
myFirst challenging
Break Rings
copy.deepcopy
deepcopy
combinations
itertools.combinations
copy
First
Ghosts Age
index
in
append
range
else
First
Moore Neighbourhood
itertools.product
product
itertools
continue
not
First
Monkey Typing
set
lower
in
True
int
First
Number Base
ValueError
except
try
int
str
Dropbox
First
Playfair Cipher
collections.fromkeys
OrderedDict
collections.OrderedDict
fromkeys
isalnum
5
First
Colder-Warmer
dist
math.dist
discard
set-comp
copy
14
Clear for catalan Speakers
Count Chains
copy
math.sqrt
sqrt
remove
math
Everything is Object
First
Army Battles
class
property
decorator
f-string
pop
1
First
Geometry Figures
class
math.pi
pi
math.sqrt
sqrt
First
Voice TV Control
class
type
index
in
elif
1
First
Capital City
class
super
None
not
if
First
The Warriors
class
pass
while
elif
False
1
Master of the Time Stone
Using Lightbulb intro
Lightbulb Start Watching
Optional
typing.Optional
datetime.datetime
datetime
List
First
Days Between
as
date
datetime.date
format
datetime
First
Lightbulb Intro
datetime.datetime
datetime
List
typing.List
typing
2
classic solution
Group Equal consecutive
append
else
for
if
HubSpot
First
Palindromic Palindrome
lambda
14
Taking, always you can, max absolute value!
Team Play
List
typing.List
pop
index
abs
First
Earth Distances
math.radians
radians
math.cos
cos
math.sin
division algorithm
Repeating Decimals
divmod
map
set
inline-if
join
Try Except!
Compare Functions
None
except
try
elif
and
Blizzard
First
Simple Hashlib
hashlib.sha1
hashlib.sha224
hashlib.sha256
hashlib.sha384
hashlib.sha512
12
2
First
Worth of Words
max
for
1
First
Convex Hull
dist
math.dist
round
math
index
Solved after 1year!
Mathematically Lucky Tickets
itertools.product
product
itertools
pop
elif
1
First
Pattern Recognition
inline-if
list-comp
range
comprehension
len
Rock
First
Sort by Removing
append
range
list
len
for
First
Sum Consecutives
append
range
else
len
for
Shelter
First Fraction
Fractions Addition
Fraction
fractions.Fraction
fractions
not
elif
10
Translating upper and lowers
Atbash Cipher
translate
str
15
First
Remove Accents
normalize
unicodedata.normalize
unicodedata
if
forced try/except/finally
Swap Nodes
finally
IndexError
except
try
range
Codeship
First
Ugly Numbers
add
remove
min
range
int
13
Starting from the end
Backspace Apply
print
elif
else
str
for
Re-volution!
Unique Email Addresses
re.sub
sub
enumerate
re
set
Horseland
The Fastest Horse
index
min
max
inline-if
sum
7
Hermit
Highschool way
Write Quadratic Equation
f-string
abs
inline-if
print
append
1
1
First
Ryerson Letter Grade
bisect.bisect
bisect
print
list-comp
comprehension
Escher
First
Keys and Locks
splitlines
zip
pop
set
while
First
Wild Dogs
dist
math.dist
functools.partial
partial
combinations
Second (first rfind using ever)
Ground for the House
math.inf
inf
splitlines
rfind
find
1
First
The Stone Wall
splitlines
zip
index
max
lambda
First
Ground for the House
math.inf
inf
splitlines
find
math
2 ships
The Ship Teams
keys
sorted
if-comprehension
list-comp
comprehension
Not On Map
First
Aggregate and Count
set
print
list-comp
list
comprehension