comment fixup

This commit is contained in:
Luke Hubmayer-Werner 2018-12-04 16:01:27 +10:30
parent 67be7b5b4c
commit 297a728e84
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ for k, v in GUARDs.items():
if val > max_mins_2:
max_mins_2 = val
max_g_2 = k
print(max_g_2*GUARDs[max_g_2].argmax()) # Part 1
print(max_g_2*GUARDs[max_g_2].argmax()) # Part 2