WithCS
Toggle navigation
Practice
Status
Discuss
Challenge
Login
Register
Discuss
python2 입력받을 때
python2 입력받을 때
cjmp1Python
Reply 9 years 10 weeks ago
import sys r = lambda: sys.stdin.readline() 부분이 있던데 이게 왜 필요한 건가요?? 평소에 python 작성할때 그냥 input 써서 받았는데 그렇게 하면 안되네요??
Status
Problem
withcs2
Reply 9 years 10 weeks ago
http://stackoverflow.com/questions/1450393/how-do-you-read-from-stdin-in-python 검색을 생활화합시다.