# 25(4) РТ

 avatar
user_8840555
python
2 years ago
153 B
3
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...