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 ...