Как проверить, есть ли цифра в int python

s = set(str(4059304593))
print('2' in s)
Tender Tapir