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