What will the output of following code?
a={1,2,3} b={1,2,3,4} c=a.issuperset(b) print(c)
निम्नलिखित Python कोड वैलिड है?
A. False गलत
B. True सही
C. Syntax error for issuperset() method Issuperset () विधि के लिए सिंटैक्स एरर
D. Error, no method called issuperset() exists एरर, कोई मैथड जिसे ssuperset कहा जाता है () मौजूद है