reset password
Author Message
msargent
Posts: 519
Posted 14:40 Jan 14, 2015 |

Importing the random module will help with shuffling the deck. Just put "import random" at the top of your file. See http://www.tutorialspoint.com/python/number_shuffle.htm

Last edited by msargent at 14:41 Jan 14, 2015.
wsakura
Posts: 64
Posted 00:13 Jan 15, 2015 |

Hi Mark. I programmed it a little different with a random.choice() method. Is that alright?

msargent
Posts: 519
Posted 07:17 Jan 15, 2015 |


That's fine.