“decimal a octal em python” Respostas de código

Biblioteca Python para converter decimal em octal e hexadecimal

dec =13
print(bin(dec),oct(dec),hex(dec))		#prints decimal,octal,hexadecimal value of 13
san_bt

decimal a octal em python

dec = oct(x) #x is your decimal number
Perfect Porcupine

Respostas semelhantes a “decimal a octal em python”

Perguntas semelhantes a “decimal a octal em python”

Mais respostas relacionadas para “decimal a octal em python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código