Untitled
unknown
plain_text
a year ago
189 B
8
Indexable
count=0
count=count+1
def plus_dix(c):
i=0
while(i < 10):
i=i+1
c=c+1
return c
print(count)
count2 = def_dix(count)
print(count2)
Editor is loading...
Leave a Comment