Network disconnected
Description
answer1
~ answer4
에 모두 True
가 저장되도록 빈칸에 알맞은 연산자(+, -, *, /, //, %)
를 채워 보세요.
유의사항
빈칸에는 연산자 (+, -, *, /, //, %)
중 하나가 들어가야 합니다.
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
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
num1 = 1000 300
if num1 == 100 :
answer1 = True
else:
answer1 = False
num2 = 500 200
if num2 == 2 :
answer2 = True
else:
answer2 = False
str1 = "Hello" "Python"
if str1 == "HelloPython" :
answer3 = True
else:
answer3 = False
str2 = "Hi" 3
if str2 == "HiHiHi" :
answer4 = True
else:
answer4 = False
Result
Stop
Result of [Run Test] or [Submit] will be displayed here
내가 제출한 코드가 왜 틀렸는지 프로그래머스 AI에게 물어보세요.
제출 후 채점하기를 눌러 30점 이상인 경우 물어볼 수 있어요.
베타 기간 동안에는 한 문제당 1번만 물어볼 수 있어요.
베타 기간 동안에는 한 문제당 1번만 물어볼 수 있어요.