单项选择题

关于Python语言的运算符,以下选项中描述错误的是()
a=10
b=20

A.a+b输出结果为30
B.a-b输出结果为-10
C.a%3输出结果为3
D.b%a输出结果为0

热门 试题