Which type of error occurs when you execute the following code fragment? >>> fruit12 = apple
Answers
Answered by
2
Answer: b name error
Explanation:
Apple is not defined hence name error.
Answered by
0
Answer:
Name Error.
Explanation:
b)Name Error
b)Name Error This is because the name 'apple' is not defined.
Similar questions