Posts by João Couto • 1 point
1 post
-
0
votes1
answer85
viewsQ: Traceback (Most recent call last) Math Domain error
import math a = float(input("Digite 'a': ")) b = float(input("Digite 'b': ")) c = float(input("Digite 'c': ")) delta = b**2 - (4*a*c) if(delta < 0): …
pythonasked João Couto 1