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
Calls to random.randint() get repetitive. We can put this in a function and use an argument instead to make this shorter. (practicing the DRY principle -- don't repeat yourself)
The text was updated successfully, but these errors were encountered:
LearningNerd
changed the title
Simply dice roll function
Simplify dice roll function
Jul 13, 2015
Calls to random.randint() get repetitive. We can put this in a function and use an argument instead to make this shorter. (practicing the DRY principle -- don't repeat yourself)
The text was updated successfully, but these errors were encountered: