vgalanesi2319 vgalanesi2319 20-02-2024 Computers and Technology contestada Then, answer the following questions: Which of the lines of code above caused an error to be printed? In IDLE, errors are printed in red. Other output is printed in blue.a) print(Hello, world!)b) x = 5 + fivec) y = 10 / 0d) z = apple - orange