Untitled

 avatar
unknown
plain_text
2 months ago
189 B
5
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