From 9feab06a6507eba4b66d9afb4e97275991e8ccf4 Mon Sep 17 00:00:00 2001 From: freaker2112 Date: Mon, 6 Jan 2025 08:36:50 -0600 Subject: [PATCH] rounded output --- autocalc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autocalc.py b/autocalc.py index 62a8f66..fa70f68 100644 --- a/autocalc.py +++ b/autocalc.py @@ -145,5 +145,7 @@ draft = (17-draft1) + (17-draft2) regional_points = qualpts + (17-draft) + DEpts + awardpts + agepts + + print("Regional Pool Points:") -print(regional_points) +print(round(regional_points))