15
ChromeBrainer
4 16 35 Leader of the month
1188/ 1195
Saatwik Mehta
Last seen 1 year ago
Member for 3 years, 3 months, 15 days
Difficulty Normal
Beginner , trying to be the advanced verions of myself in python programming ! A focused learner!!

Missions (52) / Solutions (50)
Best solutions / Newest solutions
Initiation
speedy and 1 liner code
Remove All Before
index
typing.Iterable
Iterable
typing
inline-if
1
111
First
Number Length
int
str
len
2
13
Easy and fun!
Between Markers (simplified)
index
str
3
2
speedy splitter :)
Split Pairs
if-comprehension
list-comp
range
comprehension
len
5
First
Sum Numbers
isnumeric
split
int
str
for
6
10
lengthy :(
Nearest Value
break
set
or
sorted
in
6
3
max digit without str
Max Digit
while
int
if
12
1
Set it up
All the Same
Any
typing.Any
List
typing.List
bool
12
1
First
First Word (simplified)
find
else
str
if
20
2
replace First clear way
Replace First
pop
typing.Iterable
Iterable
typing
append
1
one line -- easy sol with re module
Count Digits
findall
re.findall
re
int
str
2
simple and easy
Beginning Zeros
break
else
int
str
for
1
end zeros no-strconv
End Zeros
while
int
if
4
upto my knowledge -- working!
Correct Sentence
capitalize
endswith
replace
not
join
1
First
Acceptable Password I
bool
False
True
else
str
5
easy- one liner
Is Even
bool
inline-if
False
True
int
First
Multiply (Intro)
1
all upper with if
All Upper I
isspace
isnumeric
isupper
bool
elif
2
reversed easy
Backward String
reversed
join
list
str
3
Using simple dictionary
The Most Frequent
collections.Counter
Counter
dict-comp
dict
items
Home
easy list
Split List
list-comp
list
comprehension
len
4
5
one liner -- backward each word
Backward Each Word
reversed
replace
join
split
comprehension
7
2
days between -- one liner & tuple index
Days Between
date
datetime.date
datetime
abs
8
-- use *words* wisely--
Popular Words
dict-comp
dict
lower
count
split
8
2
one liner
First Word
strip
split
str
8
Just count it
Non-unique Elements
count
if-comprehension
list-comp
list
comprehension
11
First replace then index
Second Index
index
None
replace
inline-if
in
12
2
Time parsing and formatting
Date and Time Converter
datetime.strptime
strptime
datetime.datetime
format
datetime
12
2
Simple morse code executor using the list comp and join function
Morse Decoder
capitalize
join
list-comp
split
comprehension
2
Datetime module
Sun Angle
datetime.datetime
datetime
inline-if
3
lengthy -- but clear
Three Words
isnumeric
isalpha
bool
elif
and
2
Frequency sorting
Sort Array by Element Frequency
index
count
sorted
True
list-comp
2
using for loop and list operations!!
Bigger Price
pop
break
max
append
list-comp
2
in a line -- right to left
Right to Left
tuple
replace
join
str
even the last
Even the Last
inline-if
sum
list
int
len
2
keep it simple
Between Markers
index
replace
or
inline-if
elif
2
Make your move wisely !!!
Pawn Brotherhood
chr
ord
enumerate
set
in
3
Electronic Station
Your password is strong
Acceptable Password II
filter
isdigit
bool
and
str
2
5
awesome task
Sort by Extension
startswith
reversed
endswith
List
typing.List
4
Make a strong password!!!
Acceptable Password III
filter
isalpha
replace
isdigit
bool
5
2
acceptable password
Acceptable Password IV
filter
isalpha
replace
isdigit
bool
2
stay secure
Acceptable Password V
filter
isalpha
replace
isdigit
bool
2
Words Order-- read the conditions carefully
Words Order
zip
bool
count
or
if-comprehension
Simple
Digits Multiplication
continue
while
int
if
Scientific Expedition
Go after First and Second
Goes Right After
index
bool
inline-if
False
str
4
1
absolutely sorted
Absolute Sorting
tuple
abs
lambda
sorted
list
5
2
First
Remove Accents
decomposition
unicodedata.decomposition
unicodedata.lookup
lookup
unicodedata.name
O'Reilly
simple
Majority
bool
count
False
True
list
4
First
Lightbulb Intro
datetime.datetime
datetime
List
typing.List
typing
try something new except odd
Index Power
IndexError
except
try
list
int
2