Files
Fulfillment-Backend/test.py
2024-07-21 10:56:59 +03:00

4 lines
46 B
Python

a = {1, 2, 3}
b = {4, 5, 6}
print(a.union(b))