P, K = map(int, input().split()) print(((10 ** (P - 1) - K) // P + 1) % (1000000007))