char select=0;while("true"){printf(">");scanf("%c",&select);printf("%c","select");}이걸 파이썬으로 표현하려면 어떻게 해야함?
While 1 print a s = input () print s
ㄴ 안되무룩
1에서 잘못된 구문이라고 떠욧!
while(1): select = raw_input(">"); print select
댓글은 이상하게 나오네 들여쓰기 맞춰야한다.
ㄴ 감사!