8000 One more typo · Democes/python-basics-exercises@d65ea99 · GitHub
[go: up one dir, main page]

Skip to content

Commit d65ea99

Browse files
committed
One more typo
1 parent 921dc7d commit d65ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch08-conditional-logic/7-simulate-events-and-calculate-probabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
# Exercise 1
9-
# Write a function that simulatee the roll of a die.
9+
# Write a function that simulates the roll of a die.
1010
def roll():
1111
"""Return random integer between 1 and 6"""
1212
return randint(1, 6)

0 commit comments

Comments
 (0)
0