print("The decimal value of", dec, "is:") print(bin(dec), "in binary.") print(oct(dec), "in octal.") print(hex(dec), "in hexadecimal.") ...
1. Write a Python program to print "Hello Python". 2. Write a Python program to do arithmetical operations addition and division. 3. Write a Python program to find the area of a triangle. 4. Write a ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results