• 2022-06-18
    What will be the output of the following Python code? ( )[img=464x290]17da65747e8eecd.png[/img]
    A: 0 0
    B: 0 1
    C: Error because class B inherits A but variable x isn’t inherited
    D: Error, the syntax of the invoking method is wrong