What will be the output of the following Python code?
>>> a={5,6,7}>>> sum(a,5)
निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. 5
B. 23
C. 18
D. Invalid syntax for sum method, too many arguments सम मैथड के लिए इनवैलिड सिंटैक्स, बहुत सारे आर्ग्यमन्ट