6
abhiramits00
3 11
170/ 195
Last seen 3 years ago
Member for 3 years, 11 months, 3 days
Difficulty Normal
Missions (27) / Solutions (24)
Best solutions / Newest solutions
Initiation
First
Count Digits
isdigit
int
str
for
if
First
Is Even
bool
False
True
int
if
First
All Upper I
isupper
isalpha
None
bool
not
First
Replace First
pop
typing.Iterable
None
Iterable
typing
First
Backward String
reversed
join
str
First
Acceptable Password I
bool
False
True
str
len
First
Number Length
int
str
len
First
Beginning Zeros
break
else
int
str
for
First
Remove All Before
index
typing.Iterable
None
Iterable
typing
First
Max Digit
None
or
int
str
for
First
Split Pairs
append
range
else
len
for
First
End Zeros
break
range
else
int
str
First
Sum Numbers
isdigit
split
int
str
for
First
Between Markers (simplified)
index
None
or
str
if
First
First Word (simplified)
split
str
First
Multiply (Intro)
First
Easy Unpack
tuple
First
Correct Sentence
endswith
upper
not
str
if
First
All the Same
Any
typing.Any
all
List
typing.List
Home
First
First Word
replace
split
str
First
Right to Left
tuple
replace
join
str
1
First
Three Words
isalpha
bool
False
True
split
First
Even the Last
range
list
int
len
for
First
Non-unique Elements
count
append
range
list
len
1