002.py IDLE 텍스트 에디터
print('Hello') x = 1 y = 1 print(x+y)
실행 결과 화면
>>> ============== RESTART: C:/Romeo/002.py ================= Hello 2 >>>