Junior
25
0
questionbank

Какие операции можно выполнять над множествами в Python?

Answer from sobes.tech neural network
  • union
  • intersection
  • difference
  • symmetric difference
  • issubset
  • issuperset
  • isdisjoint
python
  • union
  • intersection
  • difference
  • symmetric difference
  • issubset
  • issuperset
  • isdisjoint
python

Register or sign in to get access to full answers for all questions from the question bank.

set-operationsunionintersectiondifferencesymmetric-difference