Skip to content

Instantly share code, notes, and snippets.

@diogommartins
Created October 6, 2018 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogommartins/a7fc64880bb7b5d4402568c4683aa200 to your computer and use it in GitHub Desktop.
Save diogommartins/a7fc64880bb7b5d4402568c4683aa200 to your computer and use it in GitHub Desktop.
from typing import List, Tuple
points: List[Tuple[int, int]] = [(3, 3), (1, 3), (1, 6)]
points.append(('Xena', 'Mandioca'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment