def product(a, b, c): return round(a*b*c) # Zum Testen: print(str(product(1.5, 2.0, 4.4)))