Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 3, 2019 04:12
Show Gist options
  • Save Ventsislav-Yordanov/0e5601d2cbe807fef77e730092d1e46c to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/0e5601d2cbe807fef77e730092d1e46c to your computer and use it in GitHub Desktop.
list_values = [1, 2, 3]
set_values = (10, 20, 30)
print(list_values[0])
print(set_values[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment