Skip to content

Instantly share code, notes, and snippets.

@ahmedbesbes
Created October 2, 2022 20:00
Show Gist options
  • Save ahmedbesbes/4a6c901cf31b9a791dcfe28b56e5ca4e to your computer and use it in GitHub Desktop.
Save ahmedbesbes/4a6c901cf31b9a791dcfe28b56e5ca4e to your computer and use it in GitHub Desktop.
a: int = 3
b: float = 2.4
c: bool = True
d: list = ["A", "B", "C"]
e: dict = {"x": "y"}
f: set = {"a", "b", "c"}
g: tuple = ("name", "age", "job")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment