QuestionQ2
Python BasicsWhat output is produced by the following line of code entered in a Python interactive session?
>>> print (int(`1111`,2))
- A 1111
- B 16
- C ג€1111ג€
- D 15
What output is produced by the following line of code entered in a Python interactive session?
>>> print (int(`1111`,2))
Community Discussion