# 25(4) РТ

user_8840555 avatar
user_8840555
python
06/15/2023 6:43 AM
204 B
10
Indexable
from fnmatch import *
for  x in range(113,int('FFFFFF',16),113):
    if fnmatch(hex(x)[2:],'f1a?*c'):
        print(hex(x)[2:],x // 113)
# 25(4) РТ
Editor is loading...