Python Program to Convert Decimal to Binary, Octal, and Hexadecimal – 2025
Hey guys, in this blog we will see a Python Program to Convert Decimal to Binary, Octal, and Hexadecimal. Code Output Enter a positive number -> 2 2 in binary is 0b10 2 in octal is 0o2 2 in hexadecimal is 0x2 Enter a positive number -> 8 8 in binary is 0b1000 8 in […]
Python Program to Convert Decimal to Binary, Octal, and Hexadecimal – 2025 Read More »