1. 问题:
count = 0
def Fuc(count):
print count
count += 1
for i in range(0, 10):
Fuc(count)
>>>
0
0
0
0
0
0
0
0
0
0count = 0
def Fuc(count):
print1. 问题:
count = 0
def Fuc(count):
print count
count += 1
for i in range(0, 10):
Fuc(count)
>>>
0
0
0
0
0
0
0
0
0
0count = 0
def Fuc(count):
print