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 value

Comments