Python-去除字符串中的数组并获取字符串

1、代码

a = "hhh123hhh"
a = a.rstrip('0123456789')

 

posted @ 2022-06-06 14:22  朱小勇  阅读(78)  评论(0编辑  收藏  举报