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.
I do not quite understand the relationship between price, discount, holiday_cost and the return value. Could someone explain to me? Thanks.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Many thanks, I have deleted those space characters and it works now.
Thanks for your help, it works now.
This comment is hidden because it contains spoiler information about the solution
I recieved an error message like this:
Traceback (most recent call last):
File "main.py", line 1, in
from solution import *
File "/home/codewarrior/solution.py", line 5
elif a > (2 * b) or a == (2 * b):
^
SyntaxError: invalid character in identifier
Could someone tell me what's the problem with this line?
Whoops, I did not notice it before...It works now, thanks a lot for your help!
This comment is hidden because it contains spoiler information about the solution
Maybe it's caused by the bug of the tests...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution