EN VI
Posts (0)
Questions (1)
2024-03-17 08:00:07
You've assigned the Type Definition to tracker, not an actual instance of a dictionary. Also {1,2,3} is a set, not a list. tracker: Dict[int, List[int]] = dict() tracker.update({1: [1,2,3]}) trac...
Tags: python dictionary key

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login