在python中,判断n是否为偶数的表达式是()


在python中,判断n是否为偶数的表达式是()

A.n//2=0

B.n/2=0

C.n%2=0

D.n%2==0

正确答案:A


Tag:偶数 表达式 时间:2023-01-15 13:36:10