Python Decimal to Octal
Python program to get decimal number and covert it to Octal Number
Sample Input 1 :
12
Sample Output 1 :
14
Program or Solution
<class 'OSError'>
Program Explanation
:O specifies octal valueComments
Related Programs
- Python Hello World
- Python get input
- Python get Integer input
- Python get float input
- Python Decimal places
- Python New Line
- Python without new line
- Python tab Space
- Python Tuple Assignment
- Python Integer to Character
- Python Decimal to HexaDecimal
- Python Hexa Decimal to Decimal
- Python Octal to Decimal
- python Exponent representation
coming Soon
coming Soon