Ake N (number in decimal format). Write a function that coding blocks converts it to octal format. Print the value returned

It’s not passing test cases.

Hey @Shieldx10 your output format is wrong, your are printing n and n’s octal conversion too. You just have to print n’s octal conversion and after that a new line to print next n’s output.

1 Like