Importrandom
c=0
s=0
for i in range(0,10):
n=random.randint(1,101)
if n%2==0:
s+=i
c+=1
该程序段被执行后,下列说法不正确的是:( )