🌈 搜索
📅  最后修改于: 2022-03-11 14:46:11.595000             🧑  作者: Mango
def rotate_list_left(arr : list, rotation_times: int): return arr[d:]+arr[:d]