Get your own Python server Result Size: 625 x 565
x
 
#Use "o" to convert the number into octal format:
txt = f"The octal version of 10 is {10:o}"
print(txt)
The octal version of 10 is 12