Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db15528

Browse files
authoredJun 15, 2024··
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
1 parent 45f27b7 commit db15528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎maths/sum_of_outcomes_for_rolling_n_sided_dice_k_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22

33

4-
def outcome_of_rolling_n_sided_dice_k_time(n_side: int, k_time: int) -> list:
4+
def outcome_of_rolling_n_sided_dice_k_time(n_side: int, k_time: int) -> tuple:
55
"""
66
Sum of outcomes for rolling an N-sided dice K times.
77

0 commit comments

Comments
 (0)
Please sign in to comment.