What will be the output of the following Python code?
a={5,6,7,8} b={7,8,9,10} print(len(a+b))
निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. 8
B. Error, unsupported operand ‘+’ for sets
C. 6
D. Nothing is displayed कुछ भी डिस्प्लेड नहीं है