what error will occur if this is the first line of a profgram
num = 100/0
A. name error
b. zerodivisionerror
c. type error
d. syntax error
1 answer
B. ZeroDivisionError
num = 100/0
A. name error
b. zerodivisionerror
c. type error
d. syntax error
1 answer