defmusic(func): for i inrange(2): print("I started listening to %s. %s" % (func, ctime())) sleep(1) print("I finished listening to %s. %s" % (func, ctime()))
defmovie(func): for i inrange(2): print("I started to watch %s! %s" % (func, ctime())) sleep(5) print("I finished watching %s! %s" % (func, ctime()))