From 84ede29cc64a9393f40cd07c26d740a20b8f92dd Mon Sep 17 00:00:00 2001 From: kalpanayadav <31645538+kalpanayadav@users.noreply.github.com> Date: Sat, 27 Oct 2018 22:31:51 +0530 Subject: [PATCH] Update TwentyOne.R --- TwentyOne.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TwentyOne.R b/TwentyOne.R index b5001b2..fc43d11 100644 --- a/TwentyOne.R +++ b/TwentyOne.R @@ -15,7 +15,8 @@ InIt <- function(){ return(deck) } -# Shuffling the deck of cards randomly +# Shuffling the deck of cards randomly to get a random card each ime + Shuffle <- function(deck){ @@ -181,4 +182,4 @@ TwentyOne <- function(){ } } -TwentyOne() \ No newline at end of file +TwentyOne()