10
olena.rudenko
1 8 24
490/ 545
Олена Руденко
Last seen 6 months ago
Member for 8 months, 15 days
Difficulty Easy
Missions (60) / Solutions (55)
Best solutions / Newest solutions
Strings and Integers
First
Goes Right After (simplified)
bool
print
in
False
True
First
Number Length
print
int
str
len
Last
Middle Characters
print
else
str
len
if
First
First Word (simplified)
print
split
str
Checking index instead of substring
Goes Right After
find
bool
print
False
and
use re
First Word
re.split
strip
r-string
re
print
First
Max Digit
max
print
list-comp
comprehension
int
First
Fizz Buzz
print
elif
else
int
str
Not First
Conversion from CamelCase
lstrip
isupper
lower
print
else
Capitalize
Conversion into CamelCase
capitalize
print
join
split
comprehension
First
All Upper I
any
isupper
isalpha
bool
print
Probably could be easier
End Zeros
break
print
else
int
str
First
Between Markers (simplified)
partition
print
str
hoooowe yyyooouuu duoooiiine
Bird Language
translate
isalpha
not
print
join
z+1 to count zeros
Beginning Zeros
break
print
range
else
int
1
First
Sum Numbers
ValueError
pass
except
try
sum
First use of functools
Digits Multiplication
functools.reduce
reduce
functools
lambda
print
First
Three Words
isalpha
bool
print
False
True
1
First
The Most Wanted Letter
values
items
sort
isalpha
max
List but not the least
First
Stock Profit
max
print
append
range
list
Split and strip
Non Empty Lines
splitlines
strip
sum
print
if-comprehension
First time using itertools
Zigzag Array
itertools.count
next
insert
itertools
count
Movement dictionary
Follow Instructions
get
tuple
print
list
int
First
Compress List
collections.abc.Iterable
collections
Iterable
not
or
First
Words Order
all
bool
set
print
while
First
Ascending List
all
bool
print
False
True
First
Majority
is
bool
print
elif
False
Whitespaces as List Elements
Backward Each Word
re.split
r-string
re
print
join
simple counter
The Most Frequent
collections.Counter
Counter
collections
print
list
First
Absolute Sorting
abs
lambda
print
sorted
list
1
First
Easy Unpack
tuple
print
First
Right to Left
tuple
replace
print
join
str
Pop and append
Replace First
collections.abc.Iterable
collections
pop
Iterable
not
all the same
All the Same
Any
typing.Any
all
List
typing.List
First
Median
float
sort
print
list
else
First
Index Power
print
list
else
int
len
First
Even the Last
except
try
sum
print
list
two boring iterations
Non-unique Elements
collections.abc.Iterable
collections
Iterable
print
in
Look up in the Dict()
Update the Pyramid
Golden Pyramid
max
print
range
list
int
1
I cant' believe I did it (probably overcomplicated as hell)
The Cheapest Flight
dict-comp
float
min
or
inline-if
First
Count Digits
isdigit
print
int
str
for
Looking for potential defenders
Pawn Brotherhood
intersection
chr
ord
set
print
Strings Theory
First
Acceptable Password V
all
any
isdigit
bool
lower
First
Acceptable Password IV
all
any
isdigit
bool
print
First
Acceptable Password II
any
isdigit
bool
print
False
First
Acceptable Password VI
all
any
isdigit
bool
set
First ascii
All Upper II
ascii_letters
string.ascii_letters
strip
string
any
Thanks for the hints!
Morse Clock
zfill
divmod
f-string
bin
map
119
Speech Module
zfill
filter
None
print
join
didn't work without second 'with'
Between Markers
contextlib.suppress
suppress
contextlib
with
ValueError
List, list and list again
Two whiles and an if
Beat The Previous
print
while
and
append
list
First
The Highest Building
sum
print
range
list
comprehension
a little bit of recursion
Flatten a List
collections.abc.Iterable
isinstance
collections
Iterable
inline-if
Ice Base
Pig is short for Pigeons
Feed Pigeons
break
max
print
while
int
Not On Map
too elementary
Length of the String
print
int
str
len