#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목[re]질문있습니다.2022-05-17 15:38
작성자

특정 값이 int형 타입인지 확인하고 싶다면

int(a) == int가 아니라


type(int(a)) == int와 같이 작성하여야 합니다.

댓글