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