# a higher order func def mytime(f,args): start=System.currentTimeMillis() f(*args) end=System.currentTimeMillis() return end-start
Post a Comment
No comments:
Post a Comment