import time struct_time = time.strptime("11 Mar 18", "%d %b %y") print(f'returned tuple: {struct_time}')