import k8s_func studentList=['n20240101-56','n20240102-56','s20240101-52','s20240102-52'] for i in studentList: k8s_func.delete_pod(i) print("delete")