Pytnon變數print列印計數顯示前面補零 0001、0002

悟透發表於2024-07-08

前言全域性說明

Pytnon變數計數顯示前面補零 0001、0002


一、說明

環境:

Windows 11 家庭版 23H2 22631.3737
Python 3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32

二、變數print列印計數顯示前面補零 0001、0002

>>> frame_count = 1
>>> print(f"{frame_count:04d}")

image




免責宣告:本號所涉及內容僅供安全研究與教學使用,如出現其他風險,後果自負。




參考、來源:
https://blog.csdn.net/m0_61280978/article/details/137970643



相關文章