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.
Approved.
Yes you're right. I just get this error when I print the larger int values. I guess the ints get converted to strings first, and there's a limit on string lengths.
"ValueError: Exceeds the limit (4300) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit"
Factor does log the input to the console, but it's not "garbage". Python and JavaScript have a function in preloaded, but that's the pretty-printing one mentionned in the description. All 3 have random tests.
Approved by someone
Is the pending JS translation in any way unsatisfactory? Or could it be approved?
I'll mark the issue as resolved for now so that I can re-publish the kata
I fixed the first problem (added arguments), but when you say refsol do you mean the 'complete solution'? (Am I allowed to leave it blank?)
Seriously though, thanks so much for your help, I really appreciate it
Resolved! ;-) (Finally... *sigh*)
Sorry. You misunderstand me. And I misunderstood you (technically this is a language barrier but I digress). But what do you mean the specifications are insufficient?
No. It isn't. It's a hint. If you cannot understand the specifications (like a language barrier or something), you can look at the tests to see exactly what I, the author, expect.
Should I still keep the 1200+ modules or delete the whole thing?
oh ok i see, thank you so much, I'll tell you when I finish doing that, thanks for helping me with creating my first ever kata :)
The 'effort' would be just copy-pasting the same test. That one test tests every aspect of the
Person
class. But I will copy-paste it. Once I add the rest of my functionality. (BEWARE: Whatever ranking you gave this kata should be +1).I still don't understand what 'file io' and 'disk' means, can you explain a bit more? (I am new to python, I only started it a year ago in Year 6)
Loading more items...