Which of the following function convert an integer to octal string in python?
A – unichr(x)
B – ord(x)
C – hex(x)
D – oct(x)
1 Answers
Which of the following function convert an integer to octal string in python?
A – unichr(x)
B – ord(x)
C – hex(x)
D – oct(x)