निम्नलिखित पायथन कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python code?<pre><code>a={3,4,5}
b={5,6,7}
print(a|b)</code></pre>
पायथन में टिप्पणियों को जोड़ने के लिए किस विशेष प्रतीक का उपयोग किया जाता है?<break-line><break-line>Which is the special symbol used in python to add comments?