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