Skip to content

Commit

Permalink
#1593 add the calculation script for C.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtask committed Sep 16, 2024
1 parent c61e35a commit 00a7190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/calculations/C.2-3.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("outcomes =", sum((n2 - 1) * (10 - n2) for n2 in range(1, 11)))

0 comments on commit 00a7190

Please sign in to comment.