12
dsaz
9 24
727/ 745
Last seen 1 year ago
Member for 3 years, 6 months, 24 days
Difficulty Normal
Missions (70) / Solutions (48)
Best solutions / Newest solutions
Initiation
First
Sum Numbers
isdigit
sum
if-comprehension
split
list
19
Weird
Nearest Value
pass
sort
index
set
elif
First
Beginning Zeros
pass
break
elif
else
int
Simple
Correct Sentence
islower
upper
join
append
list
1
First
Between Markers (simplified)
find
str
First
Split Pairs
textwrap.wrap
wrap
textwrap
pass
elif
2
First
Is Even
bool
False
True
else
int
2
First
Count Digits
pass
isdigit
else
int
str
2
Basic approach
All the Same
Any
typing.Any
pass
List
typing.List
Home
Simple solution
Sun Angle
or
and
split
else
int
First
Backward Each Word
join
append
split
str
for
Simple solution
Between Markers
find
in
else
str
len
2
Using // method instead of round()
Split List
append
list
else
len
if
2
Simple decoder with comments
Morse Decoder
capitalize
pass
get
join
append
First
Days Between
date
datetime.date
datetime
abs
List into Dictionary using Zip
Popular Words
dict
zip
lower
count
append
two lines of code
Bigger Price
lambda
sorted
True
list
int
2
First
Right to Left
tuple
replace
join
str
Simple solution using find()
Second Index
find
None
else
int
str
2
Counter() solution
Sort Array by Element Frequency
collections.Counter
Counter
collections
list-comp
comprehension
2
Simple count solution
Non-unique Elements
pass
count
append
list
for
1
Electronic Station
simple if statements
Acceptable Password IV
bool
in
elif
False
True
simple if statements using regex
Acceptable Password V
re.search
search
re
bool
lower
1
sorted()
Words Order
index
bool
count
sorted
False
1
solution using isupper()
All Upper II
isupper
bool
False
True
else
1
solution using collections library
Acceptable Password VI
collections.Counter
Counter
re.search
search
pass
1
simple approach using if statements
Acceptable Password III
pass
bool
in
False
True
simple solution using two "for" loops
Digits Multiplication
pass
append
else
int
str
Scientific Expedition
Simple solution using isinstance()
Sum by Type
Tuple
typing.Tuple
isinstance
tuple
typing
1
Simple one line solution
Absolute Sorting
abs
sorted
list
2
Solution using length of the text and index
Bird Language
join
while
in
elif
append
solution using intertools
The Hidden Word
itertools.zip_longest
zip_longest
pass
itertools
find
solution using regex and try/except
Goes Right After
rf-string
f-string
re.search
search
index
1
Simple solution using if statements
Time Converter (24h to 12h)
f-string
or
elif
else
int
O'Reilly
silly
Remove All After
as
index
typing.Iterable
break
Iterable
1
Slicing lists using range()
Reverse Every Ascending
range
len
for
if
Simple solution using range and slicing to append result to final return list
Median of Three
sort
typing.Iterable
Iterable
typing
append
1
simple if statement
Index Power
list
else
int
len
if
Solution using try and except to handle different situations
Chunk
pass
typing.Iterable
Iterable
except
try
simple if statement
Compress List
pass
typing.Iterable
Iterable
typing
append
insert() method
Replace Last
insert
pop
or
list
else
1
simple if statements
Majority
pass
bool
elif
False
True
3
Simple solution using two range functions
Count Inversions
range
len
for
if
Basic approach
Median
float
List
typing.List
typing
sorted
Ice Base
Simple
Is String a Number?
isdigit
bool
print
False
True
8
Simple Solution
Move Zeros
remove
typing.Iterable
Iterable
typing
print
re.findall() solution
Find Quotes
findall
re.findall
re
simple approach
The Most Numbers
round
sort
None
or
list