Untitled
unknown
plain_text
a year ago
175 B
12
Indexable
import time
count=0
count=count+1
def fun(count):
print("function openned"+str(count))
count=count+1
time.sleep(1)
fun(count)
fun(count)
Editor is loading...
Leave a Comment