8000
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 66e7ad8 commit 050a71dCopy full SHA for 050a71d
python_test_example/i76_testcase_subclass/utils.py
@@ -1,4 +1,4 @@
1
-def concat(str1: str, str2: str):
+def concat(str1: str, str2: str) -> str:
2
if not isinstance(str1, str) and isinstance(str2, str):
3
raise TypeError
4
0 commit comments