单选题

执行下面的程序,输入哪个数,结果是yes?(    )

x = int(input())
if x % 10 == 7 and x % 7 == 0:
    print("yes")
else:
    print("no")
A

21

B

27

C

49

D

77

赣ICP备20007335号-2