8
bkaraica
4 20
267/ 345
Bojan Karaica
Last seen 3 years ago
Member for 3 years, 2 months, 23 days
Difficulty Normal
Missions (26) / Solutions (18)
Best solutions / Newest solutions
Initiation
Count_Digits_my_way
Count Digits
itertools.count
next
itertools
isdigit
max
Password_I_the_simple_readable_clear_version
Acceptable Password I
bool
str
len
Is_Even_nice_and_simple
Is Even
bool
int
1
Split_Pairs_clear_simple_approach
Split Pairs
list-comp
range
comprehension
else
len
2
Number_length_clear_readable_simple
Number Length
int
str
len
1
Nearest_Value_clean_and_simple
Nearest Value
min
abs
set
sorted
list-comp
2
Max_Digit_easy_to_understand
Max Digit
max
list-comp
comprehension
int
str
1
Mulltiply_two_numbers_def
Multiply (Intro)
End_Zeros_old_school_example
End Zeros
reversed
break
sum
append
True
1
First_word_readable_clear
First Word (simplified)
split
str
Home
Bigger Price_simple_clear
Bigger Price
lambda
sorted
True
list
int
2
Between Markers_little_regex_learning
Between Markers
findall
re.findall
r-string
format
index
Right_to_left_long_list_comprehension
Right to Left
tuple
find
replace
or
inline-if
Backward_Each_Word_regex
Backward Each Word
re.split
r-string
re
join
list-comp
Even_the_Last_not_smiplest_but_works
Even the Last
sum
if-comprehension
elif
list-comp
range
1
First_Word_with_no_fuss
First Word
re.split
re
if-comprehension
list-comp
split
Days_Between_straightforward
Days Between
datetime.datetime
datetime
abs
Three_Words_simple_without_a_fuss
Three Words
isdigit
bool
not
in
elif