Write a python script to print any number and its octal equivalent. Get link Facebook X Pinterest Email Other Apps - October 22, 2022 # Write a python script to print any number and its octal equivalent. a= 4 print(oct(a)) Read more