Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/9da5daee79787a310fe49c77e4145d96 to your computer and use it in GitHub Desktop.
Save zinzinzibidi/9da5daee79787a310fe49c77e4145d96 to your computer and use it in GitHub Desktop.
Set Data Type Uygulama 02 Yanıt
set_a = {12, 14, 16, 18, 20}
set_b = {18, 20, 22, 24, 26}
print(set_a & set_b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment