Which of the following Python code creates an empty class?

Which of the following Python code creates an empty class? Correct Answer [ <p><span>A. <pre><code class="python">class A: return</code></pre> <p><span>B. <pre><code class="python">class A: pass</code></pre>

Related Questions