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 + five
c) y = 10 / 0
d) z = apple - orange