char select=0;


while("true"){

printf(">");

scanf("%c",&select);


printf("%c","select");

}


이걸 파이썬으로 표현하려면 어떻게 해야함?