Skip to content
Advertisement

Tag: octal

octal to string – trouble

I just cannot seem to understand the solution to this problem given in an online course. I found the actual code that solves it, but I still don’t understand it. Could anyone explain to me a bit more in detail why this does what it does? I would be extremely grateful. The permissions of a file in a Linux system

How to use Python to convert an octal to a decimal

I had this little homework assignment and I needed to convert decimal to octal and then octal to decimal. I did the first part and could not figure out the second to save my life. The first part went like this: I read how to convert it here: Octal to Decimal, but I have no clue how to turn it

Advertisement