print("The decimal value of", dec, "is:") print(bin(dec), "in binary.") print(oct(dec), "in octal.") print(hex(dec), "in hexadecimal.") ...
HishamBoyMunna / Python-Algorithms Public forked from TheAlgorithms/Python Notifications Fork 0 0 Projects Security Insights Code Actions Projects Security ...