You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your question or potential issue
One requirement of the question is to do nothing if the number of arguments are incorrect. As fas as I can tell, the solution doesn't check for the number of arguments. And in one of the test cases, it is giving an incorrect behavior.
Context & Use Case
When doing checkpoint, one of the test case is when the program is given no arguments.
Base on requirement, the expected output should be nothing.
However, the solution is printing something.
Steps taken
I have checked the repo to make sure the solution does check for arguments or the test files have a list of expected output.
I am not sure if am missing something obvious.
The text was updated successfully, but these errors were encountered:
Describe your question or potential issue
One requirement of the question is to do nothing if the number of arguments are incorrect. As fas as I can tell, the solution doesn't check for the number of arguments. And in one of the test cases, it is giving an incorrect behavior.
Context & Use Case
When doing checkpoint, one of the test case is when the program is given no arguments.
Base on requirement, the expected output should be nothing.
However, the solution is printing something.
Steps taken
I have checked the repo to make sure the solution does check for arguments or the test files have a list of expected output.
I am not sure if am missing something obvious.
The text was updated successfully, but these errors were encountered: