print number has digit number 1 python code example
Example 1: show number as 3 digit python
f"{MyNumber:0=3d}"
Example 2: how to check if digit in int python
s = set(str(4059304593))
print('2' in s)
f"{MyNumber:0=3d}"
s = set(str(4059304593))
print('2' in s)