6
AlgoAlexK
2 13
167/ 195
Last seen 1 year ago
Member for 1 year, 1 month, 21 days
Difficulty Easy
Missions (23) / Solutions (10)
Best solutions / Newest solutions
Strings and Integers
Second
Goes Right After (simplified)
bool
print
in
False
and
12
find() solution
Goes Right After (simplified)
find
bool
print
False
and
Parse word for unique characters and then process the new word
Goes Right After
bool
print
in
False
and
Sorted() str, picked last digit and converted back to int
Max Digit
print
sorted
int
str
For loop and sum
Sum Numbers
isdigit
print
split
int
str
Replace first letter with Capital regardless of case and then check for punctuation
Correct Sentence
upper
print
str
if
Replace special characters and strip spaces
First Word
strip
replace
print
split
str
Long for/if solution
Three Words
isalpha
isdigit
bool
print
False
Strings Theory
Using a dictionary and counting its entries to keep track of letters
Acceptable Password VI
isalnum
any
isdigit
bool
not
Long if solution with light list modifications
Speech Module
zfill
insert
strip
print
list-comp