Zerodivisionerror error in Python
Hi, I performed this code but it did. What is the reason? How should I make it?
a = 10
b = 0
print(a / b)
ZeroDivisionError: division by zero