• lxf42's Activity

Commented a forum post "Acceptable Password IV - Test Errors" created by Julian.prg
The whole **should contain at least one digit, but it cannot consist of just digits.** is to be cons
Liked a comment created by karlian for forum post "Share solution with something new"
If the link is to `divmod` I would suppose that that's the function you should use.
Followed flpo
 
Commented a forum post "Points calculation update" created by oduvan
The points for solved missions are attributed immediately. I have solved two missions today (13th J
Commented a forum post "Points calculation update" created by oduvan
I noticed that sometimes the points for solved missions are attributed to the wrong date (on the poi
Liked forum post "Points calculation update" created by oduvan
Hi guys, I just wanted to let you know that we have recently updated how our point system works.
Liked a comment created by Phil15 for forum post "First Word Test Case"
I do not see where "You need to count the number of digits in a given string" comes from. I searched
Commented a forum post "First Word Test Case" created by seraph776
I don't see how you came to this assert test, this is not among the provided tests. There is one tha
Commented a forum post "About the Mission: The Warriors" created by Mariano-starter
You need to implement the is_alive as property not as method (function) of the class. This will when
Liked a comment created by oduvan for forum post "lightbulb endwatching task question (Python)"
the bug with showing correct code is fixed
Liked a comment created by Phil15 for forum post "New User having Issues"
Problem with `text.replace(ford,back)` is that it does not only replace "ford" where you found it bu
Created a forum post "import not blocked?"
From the task description I read that 'import' should be blocked, but I have seen an number of solut
Your code will only work for the first word if the text starts with a word. And like Simm0000 pointe
Didn't like mission "URL Normalization"
URL normalization is the process by which URLs are modified and standardized in a consistent manner. You should normalize a given url.