Skip to content

Commit ef2d9cf

Browse files
committed
240530 정보처리기사 실기 - Python (2021-3회 14번)
1 parent 6317f07 commit ef2d9cf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

EIP/Python/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,19 @@
7979

8080

8181

82+
#### 2021년 3회 [1개 출제]
83+
84+
- 문제14. 다음은 파이썬 코드이다. 출력 결과를 쓰시오.
85+
86+
```python
87+
a,b = 100, 200
88+
print(a==b)
89+
```
90+
91+
- [] False (앞글자가 대문자인 것에 유의)
92+
93+
94+
8295
#### 2022년 3회
8396

8497
- 문제9. 다음 Python으로 구현된 프로그램을 분석하여 그 실행 결과를 쓰시오. (단 출력문의 출력 서식을 준수하시오.)

0 commit comments

Comments
 (0)