-
원하는 조건의 값이 입력되면 종료, 그렇지 않으면 반복되는 구문. while True: try: a = int(input("input integer for a from -10 to 10 : ")) if a>=-10 and a