What will the output of following code?
a={1,2,3} b={1,2,3,4} c=a.issuperset(b) print(c)
निम्नलिखित Python कोड वैलिड है?