[python] 백준 11718번 풀이

김보현·2024년 6월 10일
0

PS

목록 보기
18/62

while 문 _ 조건: True(1)
try&except: 입력이 없을 때 멈추기 위해 사용
try: 입력이 있을 때 출력
except: 입력이 없을 때 실행

while 1:
    try :
        print(input())
    except: break
profile
Fall in love with Computer Vision

0개의 댓글

관련 채용 정보