1. 학습
  2. /
  3. 강의
  4. /
  5. Intermediate Python for Developers

Connected

연습 문제

Debugging code

Developers will inevitably produce errors when writing code; this is completely normal. The ability to read error messages and debug or fix your code is a crucial skill when building or maintaining software.

In this exercise, you have been provided with code that produces errors and will need to identify the cause so that you can resolve these issues.

지침

100 XP
  • Fix the code provided so that it creates and then prints the sales list without any errors.