Computer Science, asked by venkatasubbu2004, 5 months ago

Which type of error occurs when you execute the following code fragment? >>> fruit12 = apple

Answers

Answered by percythomas00
2

Answer: b  name error

Explanation:

Apple is not defined hence name error.

Answered by dattasibungsu1
0

Answer:

Name Error.

Explanation:

b)Name Error

b)Name Error This is because the name 'apple' is not defined.

Similar questions