Untitled
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)
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)