15
abdelhak
1 14 26
1025/ 1195
Last seen 2 months ago
Member for 4 years, 1 month, 22 days
Difficulty Normal
I write code.

Missions (102) / Solutions (33)
Best solutions / Newest solutions
Initiation
First
Correct Sentence
strip
upper
replace
str
18
1
one line of code
Remove All Before
index
typing.Iterable
Iterable
typing
inline-if
Simple & Easy (pythonic way)
Max Digit
max
join
split
int
str
Home
strtime()
Sun Angle
time.strptime
time
strptime
inline-if
and
little complicated
Sort Array by Element Frequency
set
lambda
count
sorted
True
simple list comprehension
Popular Words
dict-comp
dict
lower
count
split
1
First
Three Words
isalpha
bool
while
False
and
Electronic Station
great line
Acceptable Password IV
any
map
isalpha
isdigit
bool
5
1
simple and speedy
Acceptable Password II
any
map
isdigit
bool
and
5
only 3 words
All Upper II
isupper
bool
str
6
First
Acceptable Password III
any
map
isalpha
isdigit
bool
19
brackets
Brackets
continue
pop
index
not
inline-if
simple to read
Acceptable Password V
any
map
isalpha
isdigit
not
simple to understand
Acceptable Password VI
any
map
isalpha
isdigit
not
3
Scientific Expedition
First
Sum by Type
Tuple
typing.Tuple
type
typing
list
20
who doesn't love python
I Love Python!
1
two lines
Goes Right After
find
index
bool
count
inline-if
First
Secret Message
isupper
str
for
if
hope it's readable
The Most Wanted Letter
isalpha
not
lower
lambda
count
O'Reilly
First
Replace Last
insert
pop
typing.Iterable
Iterable
typing
clear, readable in one line
Frequency Sorting
lambda
count
sorted
True
First
Lightbulb Intro
datetime.datetime
datetime
List
typing.List
enumerate
One great line or simple solution
Remove All After
index
typing.Iterable
Iterable
typing
count
simple list comprehension
Majority
bool
count
inline-if
False
True
easy & clear
Index Power
math.pow
pow
math
inline-if
list
3
Incinerator
First
Every Person is Unique
class
f-string
format
replace
int
Mine
just 3 words using reduce()
The Greatest Common Divisor
math.gcd
gcd
functools.reduce
reduce
functools
most simple way
Binary Count
bin
count
int
simple cipher
Caesar Cipher (encryptor)
find
in
elif
else
len
Ice Base
help me improve it
Find Quotes
findall
re.findall
re.search
search
r-string
First
Morse Encoder
strip
get
lower
split
for
which one is clear
Monkey Typing
set
lower
if-comprehension
in
list-comp
simple 2 line
The Most Numbers
round
min
max
not
if