Match the beginnings and ends of phrases to get the correct sentences.
Introduction to type hints
Easy start, brutal end
Report a typo
Match the items from left and right columns
Syntax for function arguments types is...
Benefits of Type Hints are...
Type Hints were...
Static Type Checker is...
...the following: def function(arg1:int, arg2:str, arg3:float)
...improving code readability, catching type-related errors early
...a tool used to check type hints consistency in Python code
...introduced in Python 3.5
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.