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.
Python version will affect the challenge test, such as:
Challenge - dict
type custom = dict[str, str] def foo(x: custom): pass
it's ok in python 3.12, but could not pass the test.