Too many indexes for one day.
Not importing any modules, I have to respect that :)
This comment is hidden because it contains spoiler information about the solution
Love it! Taking 'time' in the most literal sense.
As a person who is absolutely illiterate with Python libraries, I want to say using the statistics module is clever, but it's probably best practices.
What is this wizardry???
I think if the formatted string function received more arguments than the available placeholders, it will only take what it can from the beginning (in order) and ignore the rest of the arguments. E.g.
'{}, {}, {}'.format(*['1', '2', '3', '4'])
outputs:
'1, 2, 3'
My code is very similar to yours, but I realised that I may have put too many loops which could slow down the runtime of the program.
You made your own hex converter! :)
just a couple more lines XD
Before I read the comments here, I thought code wars was a bit laggy and wasn't displaying the complete code...
Yes this answer made me second guess my knowledge of delimiters.
I found myself in the same situation XD
Loading collection data...
Too many indexes for one day.
Not importing any modules, I have to respect that :)
This comment is hidden because it contains spoiler information about the solution
Love it! Taking 'time' in the most literal sense.
As a person who is absolutely illiterate with Python libraries, I want to say using the statistics module is clever, but it's probably best practices.
What is this wizardry???
I think if the formatted string function received more arguments than the available placeholders, it will only take what it can from the beginning (in order) and ignore the rest of the arguments. E.g.
outputs:
My code is very similar to yours, but I realised that I may have put too many loops which could slow down the runtime of the program.
You made your own hex converter! :)
just a couple more lines XD
Before I read the comments here, I thought code wars was a bit laggy and wasn't displaying the complete code...
This comment is hidden because it contains spoiler information about the solution
Yes this answer made me second guess my knowledge of delimiters.
This comment is hidden because it contains spoiler information about the solution
I found myself in the same situation XD
Loading more items...