How to convert binary to decimal in Python

Write a Python program to convert the Decimal Number into binary.

Decimal to binary C++

Output

Please! Enter the Decimal Number: 19
The given Decimal number 19 in Binary number is: 0b10011
The given Decimal number 19 in Octal number is: 0o23
The given Decimal number 19 in HexaDecimal_Number number is: 0x13