rounded output

This commit is contained in:
freaker2112 2025-01-06 08:36:50 -06:00
parent f84eaa9ab5
commit 9feab06a65
Signed by: freaker2112
GPG Key ID: ECD635458A0082E8
1 changed files with 3 additions and 1 deletions

View File

@ -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))