16 May 17 UTC | Autumn, 2001: Sorry about the confusion. Move Jacksonville to East Coast |
25 May 17 UTC | Autumn, 2004: def reroll_one(dice, index): ''' dice is a list of 14 numbers index is an int 0-13 Return the list of dice, with a number randomly chosen from 1 to 6 to replace the item at index ''' # What should go here? return # What should be returned? |