We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c98fc8 commit d0ca012Copy full SHA for d0ca012
src/io.py
@@ -3,7 +3,7 @@
3
from typing import List
4
5
6
-def parse_input() -> (list, int):
+def parse_input() -> (list, int, bool, str, str):
7
args: List[str] = sys.argv
8
9
if len(args) != 5:
0 commit comments