Quiz on Python oct() Function



1. What does the oct() function in Python do?
2. What is the output of oct(8)?
3. Which of the following is the correct syntax for the oct() function?
4. What type of value does oct() return?
5. What will be the output of oct(15)?

Advertisements