登录  注册

首页->Python编程

运行下方代码段,依次输入3、9、12、8、6、-1,则输出的结果是( )。def count(n): if n%2==0:__________global a__________a = a+1a = 0while True: b = int(input()) if b==-1:__________break else:__________count(b)print(a)

(A)6

(B)5

(C)3

(D)0

参考答案
继续答题:下一题
微考学堂微考学社

更多Python编程试题

考试