通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
5 7
1 35
if x>0 and x<1:
print('0<x<1')
for i in range(0,5,1):
print('i 从0 . 1 .2 . 3 .4')
for if练习