import sys from datetime import datetime print(f'{sys.path}') def f(): print(f'{datetime.now()}')