print("Input tidak valid: masukkan 3 koefisien (a, b, c).") x1 = (-b + math.sqrt(D)) / (2*a) x2 = (-b - math.sqrt(D)) / (2*a) ...
Have you ever wanted to include beautiful mathematical formulas in your Obsidian study notes? When I was studying for the E-Certification (a deep learning qualification), I struggled with how to ...
Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...