from datetime import datetime print(str(datetime.now()), "begin", __file__) import irOne1 print(str(datetime.now()), "end", __file__)