not anymore
The function names in test cases and final cases are different.
I found this bug when I submit my Python code.
^_^
amazing wow~
Fantastic ^_^
Yes, you are right. I assumed socks are sorted by color.
I think this solution is not perfect.
If we set the input as follows:
get_socks('Henry',['green', 'blue', 'green'])
we will get an empty list(actually we should get ['green', 'green']).
Do you agree with me?
Loading collection data...
not anymore
The function names in test cases and final cases are different.
I found this bug when I submit my Python code.
^_^
amazing wow~
Fantastic ^_^
Yes, you are right. I assumed socks are sorted by color.
I think this solution is not perfect.
If we set the input as follows:
get_socks('Henry',['green', 'blue', 'green'])
we will get an empty list(actually we should get ['green', 'green']).
Do you agree with me?