M
Size: a a a
M
KA
GF
Y🌯
Y🌯
M
KA
M
KA
M
Y🌯
KA
Y🌯
M
Y🌯
M
ЮЧ
ЮЧ
ЮЧ
py3
def foo():
foo.counter += 1
print("number of call:", foo.counter)
foo.counter=0
for i in range(10):
foo()
number of call: 1
number of call: 2
number of call: 3
number of call: 4
number of call: 5
number of call: 6
number of call: 7
number of call: 8
number of call: 9
number of call: 10