Python 81

Python 100 [Python 100] Python 100

809*??=800*??+9*?? ??, 809*??8*??9*??3??809*??

(Python 2.0+)

#!/usr/bin/python # -*- coding: UTF-8 -*- a = 809 for i in range(10,100): b = i * a if b >= 1000 and b <= 10000 and 8 * i < 100 and 9 * i >= 100: print b,' = 800 * ', i, ' + 9 * ', i

9708  = 800 *  12  + 9 *  12

Python 100 [Python 100] Python 100