0o14000
0o14000 is an octal numeric literal commonly used in programming languages that support the 0o prefix to indicate base 8. The digits in this literal are 1, 4, 0, 0, 0, which corresponds to the decimal value 6144. In hexadecimal, 6144 is 0x1800.
In Python 3, 0o14000 is a valid way to write the integer that equals 6144. For example,
Octal notation is widely encountered in Unix and Unix-like systems because file permissions and some system
Related concepts include the larger Unix convention of using octal constants for bitfields (for example, 0o140000