Compare commits

...

2 Commits

Author SHA1 Message Date
freaker2112 9feab06a65
rounded output 2025-01-06 08:36:50 -06:00
freaker2112 f84eaa9ab5
addded gitignore 2025-01-05 12:04:16 -06:00
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
creds

View File

@ -145,4 +145,7 @@ draft = (17-draft1) + (17-draft2)
regional_points = qualpts + (17-draft) + DEpts + awardpts + agepts regional_points = qualpts + (17-draft) + DEpts + awardpts + agepts
print(regional_points)
print("Regional Pool Points:")
print(round(regional_points))