# 25(4) РТ
user_8840555
python
2 years ago
153 B
4
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...
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) РТ