📜  从字符串 python 代码示例中取消填充零

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

代码示例1
my_str='0001'
my_str.lstrip('0')