On 12/02/2015 04:08 PM, John Strick wrote:
On Wednesday, December 2, 2015 at 12:58:30 PM UTC-6, Dylan Riley wrote:
hi all,
I have been trying to figure out all day why my code is printing single
characters from my list when i print random elements using random.choice the
elements in the list a
On Wednesday, December 2, 2015 at 12:58:30 PM UTC-6, Dylan Riley wrote:
> hi all,
> I have been trying to figure out all day why my code is printing single
> characters from my list when i print random elements using random.choice the
> elements in the list are not single characters for example w
On Wed, Dec 2, 2015 at 1:44 PM, Dylan Riley wrote:
> hi ian what would be the correct code to use in this situation then because
> as far as i am aware the elements of my list should be printed as whole
> elements and not just characters of the elements.
order.append(choice)
--
https://mail.py
On Wednesday, December 2, 2015 at 7:09:23 PM UTC, Ian wrote:
> On Wed, Dec 2, 2015 at 12:58 PM, Dylan Riley wrote:
> > hi all,
> > I have been trying to figure out all day why my code is printing single
> > characters from my list when i print random elements using random.choice
> > the elements
On Wed, Dec 2, 2015 at 12:58 PM, Dylan Riley wrote:
> hi all,
> I have been trying to figure out all day why my code is printing single
> characters from my list when i print random elements using random.choice the
> elements in the list are not single characters for example when i print,
> pri