Tag

oct

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jul 26, 2018 · Fundamentals

Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()

This article explains the purpose, syntax, parameters, return values and typical usage examples of Python’s built‑in conversion functions hex(), oct(), bin(), chr() and ord(), including edge cases and custom class implementations.

HEXPythonbin
0 likes · 8 min read
Python Built‑in Functions: hex(), oct(), bin(), chr() and ord()