Don't make mypy mad!

Report a typo

Patrick coded a program but suddenly dropped his laptop, and his clean code broke. Help Patrick arrange the lines in such an order that mypy does not output an error.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                value += "12"
              
                result: int = num_value + 7
              
                num_value: int = int(value)
              
                value: str = input()
              
___

Create a free account to access the full topic