Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/cdaa44d57801127d117041ad59c8b07b to your computer and use it in GitHub Desktop.
Save zinzinzibidi/cdaa44d57801127d117041ad59c8b07b to your computer and use it in GitHub Desktop.
Set Data Type Uygulama 01 Yanıt
liste_1 = [10, 10, 12, 12, 14, 14, 14, 16]
set_1 = set(liste_1)
print(set_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment