We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bec2c commit 26f7222Copy full SHA for 26f7222
challenges/intermediate-generic2/question.py
@@ -2,7 +2,7 @@
2
TODO:
3
4
The function `add` accepts two arguments and returns a value, they all have the same type.
5
-The type can only be str or int (or their subclasses).
+The type can only be str or int.
6
"""
7
8
challenges/intermediate-generic2/solution.py
# For Python < 3.12
# from typing import TypeVar
0 commit comments