Write a program to convert a number into octal, hexa and binary using oct(). hex)( and bin() functions python
Answers
Answered by
5
Explanation:
Python program to convert decimal into other number systems dec = 344 print("The decimal value of", dec, "is:") print(bin(dec), "in binary.") print(oct(dec), "in octal.") print(hex(dec), "in hexadecimal.") The decimal value of 344 is: 0b101011000 in binary. 0o530 in octal. 0x158 in hexadecimal.
Answered by
2
Answer:
Thunderstorms develop in hot and humid areas. High temperature in this areas cause hot humid (with water vapours) air to rise up. So, strong upward rising winds with water droplets are generated. ... Upward movement of air and downward movement of water drops, together, cause lightning and sound.
Similar questions
Math,
3 months ago
Geography,
3 months ago
Computer Science,
5 months ago
Business Studies,
5 months ago