📌  相关文章
📜  如何检查 int python 代码示例中是否有数字

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

代码示例1
s = set(str(4059304593))
print('2' in s)