关于以下条件判断语句:if a<=15 and a>0: if a>=10: b=1 elif a>=5: b=2 else: b=3else: b=0要使b=2,那么a的取值可以是多少?
5,6,7,8,9