def Question(k): M=-1 Y=-1 for i in range(10): print("0"*k+str(i)+"0"*(9-k)) A=Answer() if Y