Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
im sorry to everyone i did not reply to.
i did not check my email and use codewars for a long time.
i just got a email about ejini closing this comment.
Added
pass
IKR. couldn't have been any simpler
done
Good shout, that is better - I've just been trying to avoid tearing out more than necessary and just getting it into a legible state.
I'd even suggest changing
where they light
towhich involves lighting
/consists of lighting
.when they
->where they
Provide type annotations in your method examples, you have them in the actual solution setup.
eg
light(deepam_id : int): -> None
or however it works in pythonother then
->other than
Description grammar issues:
deepam_idth deepam while deepam_id is a 1-based indexing
should bedeepam_id-th deepam (1-indexed)
. The tense and general structure you chose is somewhat confusing here, making it more concise will aid understanding.your mom and her grandmother rest
should beyour mom and great-grandmother a rest
. Referring to your great-grandmother as your mothers grandmother comes off as very weird and kind of disrespectful in English (would probably have earned us a clip around the ear).claypot
->clay pot
.a oil lamp
->an oil lamp
Your class should at least contain 5 methods...
should beYour class should contain at least these 6 methods: <insert list of methods here>
. Currently you imply that we don't need a constructor, so include that in the list of things that will be tested.What is Deepam?
should be eitherWhat is a Deepam?
orWhat are Deepam?
depending on whetherDeepam
is it's own plural or not (like sheep, you wouldn't sayWhat is sheep?
).Deepam known as Diya is a oil lamp with a wick
->Deepam(s), also known as Diya, are wicked oil lamps.
/A Deepam, also known as a Diya, is an oil lamp with a wick.
Generalised description stuff:
__str__
dunder method is if you really want to target this at 7kyu.Note: All those methods (other then __str__() itself) should make changes for __str__().
is a bit unwieldy, I'll help you come up with something less so on discord.So, when the class object is converted to a str it should return all the deepams
as above, should specify something about it being the string representation thereof.thanks!
Very enjoyable, hinges between 6-7 kyu IMO.
have you voted as Somewhat Satisfied if yes can you tell what i should improve?
done 1.
also if you are in discord
Loading more items...