Skip to main content
← Back to List

코드 작성과 디버깅

Writing and Debugging Code

표현 (Expressions)

1. fix the bug
버그를 수정하다

예문

  • I need to fix the bug in this line of code.
    이 코드 줄에 있는 버그를 수정해야 해요.
  • Can you help me fix the bug?
    버그를 수정하는 것을 도와줄 수 있을까요?
  • After fixing the bug, the program ran smoothly.
    버그를 수정한 후에 프로그램이 원활히 작동했어요.
2. write a code
코드를 작성하다

예문

  • Please write a code that sorts an array.
    배열을 정렬하는 코드를 작성해주세요.
  • She is writing a code to solve that problem.
    그녀는 그 문제를 해결하기 위한 코드를 작성하고 있어요.
  • I am planning to write a code for this task tonight.
    나는 오늘 밤에 이 작업을 위한 코드를 작성할 계획이에요.
3. run a program
프로그램을 실행하다

예문

  • Let's run the program to see if it works.
    프로그램이 작동하는지 확인하기 위해 실행해 보세요.
  • He ran the program and checked the results.
    그는 프로그램을 실행하고 결과를 확인했어요.
  • After running the program, he made some adjustments to the code.
    프로그램을 실행한 후, 그는 코드에 몇 가지 조정을 했어요.