Network disconnected
Description
초기 코드는 정수 num1
과 num2
를 합한 값을 출력하는 코드입니다.
print(num1 + num2)
의 출력 결과가 300
이 되도록 한 줄을 수정해 보세요.
유의사항
출력 코드를 수정하면 채점되지 않습니다.
Question type: Debugging
- In the Debug type question, you have to find and fix the bug in given code
- You can change only one line of the given code
- An error message will be shown in the Result area when you modify more than 2 lines of the given code.
Result
Stop
Result of [Run Test] or [Submit] will be displayed here