• Sim0000's Activity

Commented a forum post "Int Object is Not Iterable" created by gcastelain
In line 8, **n_sum = sum(n_sum + int(x))** is wrong. You need to remove **sum( )**.
Commented a forum post "one mistake" created by flowerinapot
You are absolutely right!
Liked a comment created by freeman_lex for forum post "one mistake"
I have checked. It doesn't work without brackets. Generator doesn't have `len`.
Commented a forum post "one mistake" created by flowerinapot
It is Generator expressions, not list comprehension. So [ ] is not necessary. See [Generator express
Liked mission "Huffman Encode"
Huffman Encode
Liked forum post "remove brackets is Simple?" created by k_s_2022
How can be that this is simple: https://py.checkio.org/ru/mission/remove-brackets/ I spend a week,
Liked forum post "Improved check results area" created by kurosawa4434
I would like an improvement that provides an option to maximize the area of the check results. Ch
Liked a comment created by Julian.prg for forum post "Aceptable Password VI"
Thanks mate, I was misunderstanding the condition.
Commented a forum post "Aceptable Password VI" created by Julian.prg
Because last condition (should contain at least 3 different letters (or digits) even if it is longer
Liked a comment created by Phil15 for forum post "Missing Number"
Forum syntax is based on markdown syntax. If you do not indent your code entirely (or select your co
Liked mission "Long Pressed"
Check the loooooooong-pressed letter
Liked mission "Inertia"
Collect all the gems on the mined icefield
Liked a comment created by Phil15 for forum post "Flatten a List on O'Reilly"
It's a [most common mistake](https://py.checkio.org/forum/post/3269/6-the-most-common-mistakes/) her
Commented a forum post "Checking return uncorrect result" created by moshniy
See the section **Global variables** and the section **Mutable data type as a default argument** of
Liked a comment created by Mariano-starter for forum post "About the Mission: The Warriors"
OK, I got it. Seems like I need to check how all de decorators work. Thank you very much. Your comme
Commented a forum post "About the Mission: The Warriors" created by Mariano-starter
See below. class warrior: ... @property def is_alive(self):