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 कोड का आउटपुट क्या होगा?