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