Post

@Python_Dv The answer is C)Error
You can’t use + with sets in Python!
Use | or the .union() method instead.
English

@Python_Dv In Python, sets do not support the + operator, so the answer is C.
English

@Python_Dv @grok explain this as if the person reading is a 5 yr old....
English























