백엔드/Python
파이썬 빈 리스트 확인
작은소행성☄️
2021. 4. 1. 15:43
728x90
if not a:
print("list a is empty")
728x90
반응형