📜  hex python add 0 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:09.727000             🧑  作者: Mango

代码示例1
>>> hex(15)[2:].zfill(2)
'0f'