küme içlemi

This commit is contained in:
Mert Gör ☭ 2023-06-12 12:23:52 +03:00
parent ad44d8fa44
commit c90a0d2705
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9
1 changed files with 3 additions and 0 deletions

3
python-temel/kume.py Normal file
View File

@ -0,0 +1,3 @@
a = [1, 3, 5, 7, 9]
b = {x + y for x in a for y in a}
print(b)