News
print("The decimal value of", dec, "is:") print(bin(dec), "in binary.") print(oct(dec), "in octal.") print(hex(dec), "in hexadecimal.") ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results