mod = 10 ** 9 + 7 p, k = map(int, input().split()) print((10 ** (p - 1) // p + 1) % mod)