Python通过_____、_____、_____等保留字提供单分支、二分支和多分支。
查看答案
当bmi的值为20时,表达式 bmi<28 的值为______________。
Python中用于表示逻辑与、逻辑或、逻辑非运算的保留字分别是_________、___________、_________。
Python 3.x语句for i in range(3):print(i+1,end=',')的输出结果为_____________________。
表达式 'ac' not in 'abce' 的值为_____________。