한 줄 단위로 입력을 받는 함수. input함수보다 속도가 빠르다.
import sys value = int(sys.stdin.readline()) print(value)
100 >> 100