Untitled
unknown
plain_text
7 months ago
175 B
11
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
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)