Network disconnected
Description
다음 코드가 "출력되게 하세요."
만 출력하도록 관계 연산자를 이용해 빈칸을 채워주세요.
Question type: Fill in the blank
- You need to fill in the blank with the appropriate code.
- You cannot modify the given code.
- An error message will appear in the result if you leave the blank empty.
1
2
3
4
5
6
7
8
bool1 = 2 5
bool2 = True "True"
if bool1 :
print("출력되게 하세요.")
if bool2 :
print("출력되지 않게 하세요.")
Result
Stop
Result of [Run Test] or [Submit] will be displayed here
내가 제출한 코드가 왜 틀렸는지 프로그래머스 AI에게 물어보세요.
베타 기간 동안에는 한 문제당 한 번만 물어볼 수 있어요.