I have one question for how can i write a code for, the given number is octal or not by using constructor method in python
Answers
Answered by
0
Explanation:
Python oct() function is used to get an octal value of an integer number. This method takes an argument and returns an integer converted into an octal string.
Similar questions