使用复习卡回顾
·
第 1 题,共 5 题
使用 if 语句进行决策
开始实验
1
选择最佳答案
在
is_positive
函数中,哪个条件可以正确判断一个整数为正数?
A
number > 0
B
number < 0
C
number != 0
D
number >= 0