You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/projects/throw_count/description.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Develop a simple program that asks the user how many sides their dice has, how m
18
18
19
19
### In more details
20
20
21
-
#. Your program should start by asking the user how many sides their dices has. The only valid numbers are 4, 6, 8, 10, 12 and 20.
21
+
#. Your program should start by asking the user how many sides their dices has. The only valid values are 4, 6, 8, 10, 12 and 20.
22
22
#. Once the user is done providing this information, it should ask how many times they intend to throw the dice. Of course, only a strictly positive number of throws is allowed.
23
23
#. Then, your program should ask the user to enter the result of their throws, one by one, knowing that the numbers entered should be between 1 and the number of sides of their dice (both included).
24
24
#. Once the user entered all their throws, your program should display:
0 commit comments