6 kyu
Codewars Leaderboard
352 of 434jamad
Loading description...
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
i don't understand what am i supposed to do to solve this kata?
get data from website using something like beautifulsoup
ok i will try but i dont think i can solve it
Very nice kata ! I learn a lot with :) thanks to the author.
Fixed completely broken Python version including open issues
Approved.
Ugraded for Node v18
chai
for assertionsReviewed, tested and approved.
( My solution needs an update because the page source format changed slightly. )
Expected and actual values appear to be reversed in the true test error message. (JavaScript)
Fixed
I think I'm too dumb. What is the Codewars Leaderboard? I've no idea what I'm supposed to do with the Details. I guess unlocking this kata is going to save me nerves and times.
Just click on the arrow at the down left page of any CodeWars page, or there: https://www.codewars.com/users/leaderboard/kata
Sure. I could say the very same thing about many katas :D
Thank you. I checked the arrow. At least I know now there is something like the leaderboard (which I am not sure what it means). Anyway, I've already unlocked that solution and I must say there's no chance I could solve it. Maybe one day... I'm a selftought beginner and this kata would be too hard for me. I don't orient at it even when I look at it.
How is your progress? Are you feeling now more confident? 3 years have passed
Lol :-) Yeah, feeling more confident but haven't solved this kata. Didn't try and looking at it now I still have no clue what to do. Should I import something? Should I download it from somewhere? Just rethorical questions :-) Not going to spend much time on it...
These cases aren't really useful, and even if you fail them somehow, you'll have no idea what's being tested.
It's the best the example tests can do. If you have a better suggestion, please raise it.
Failure message was added. Closing.
This was for Python though. Python version is completely broken. I am currently fixing it.
Considering all the actual/expected honor values are compared separately, there should be custom error messages telling at which index a mismatch occurred.
If this was JS, it's now fixed. If not, please reraise specifying language.
Fixed also for Python.
chai
should be used in JavaScript.chai
is now usedSample tests shouldn't log anything in JavaScript.
they no longer do
Test framework and solution should be imported explicitly in Python.
Fixed.
New test framework should be used in Python.
Fixed.
@jamad, can you look at my translation?
Thanks for your translation. Approved.
This was a very fun Kata! I only used built-in modules as I didnt know external modules were supported. So a note for new users, you can use external modules. :)
Not a kata suggestion. Closing.
Damn it, people have numbers in their clan names :D This was a fun one, cheers!
So I think you should add the packet what we can use. such as request and bs4.
Thanks for your feedback. I would rather not add such lines because it limits the freedom of the coders as well as it would spoil their thinking process. Actually, if you solved the kata, you would see some solutions without either bs4 or request.
That was fun! Thanks
Glad to hear it. Thank you.
By the way, thanks for the approval of this Kata ,@smile67.
no problem;-)... saw no issue (6 or 7 other solutions existed), took me two tries to submit the code (one because some honor points changed;-))... and normally it's easy to fix some little issues behind...
This comment has been hidden.
Thanks for your feedback. I will mark it resolved after fixing the bug.
I assume the kata is fixed. Thanks for helping the kata to be improved!
Of course, layout can change, but at least the reference implementation should work if someone's clan consists of digits only. And remember that
isdigit
returns True for any non-ASCII digits.Thanks for your feedback. I will mark it resolved after fixing the bug.
I assume the kata is fixed. Thanks for helping the kata to be improved!
Can I screw up everyone's solution? Yes! How? By changing my clan to
12345
:-)Why not
NaN
? :DThanks for finding the bug report. Will fix the glitch. Fixed. Thanks for findings.
Couldn't it be too much similar to this one: Scraping: Codewars Top 500 Users?
Thanks. I have not seen the kata yet. Will try to solve it first.
Haven't solved it yet but the kata is more advanced than this kata.(6 kyu estimated) This kata doesn't require the knowledge of class.
Anyway, thanks for your quick feedback, @Blind4Basics.