Python 문자열 숫자인지 확인

1 개요[ | ]

Python 문자열 숫자인지 확인
title1="HELLO World"
print(title1.isdigit())
title2="123456789"
print(title2.isdigit())

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}