Nuacht

Learn about digital data and how computers understand it, including binary, denary, hexadecimal numbers, units of data, character sets and logic gates.
In this challenge, we are going to write an algorithm to convert a decimal (aka Denary) number between 0 and 255 into binary using 1 Byte (=8 bits). Now, let's write the program using the basics.
Welcome to the Binary-Denary Converter project! This Python program allows you to convert numbers between binary and denary (decimal) representations, as well as denary to binary and vice versa.