Write a python script to store a hexadecimal number 2F in a variable and print it in octal format. Get link Facebook X Pinterest Email Other Apps - October 22, 2022 #. Write a python script to store a hexadecimal number 2F in a variable and print it in #octal format. a= 0x 2F print(oct(a)) Read more