Find the output of the below python code:
print(oct(23))
0o27
0o00
0027
None of the above
This question is part of this quiz :