On Friday, September 27, 2013 5:43:42 PM UTC-7, jae...@gmail.com wrote:
> http://imgur.com/E6vrNs4
> 
> Can't seem to be getting an output.

Because you aren't printing anything!

One possible way to fix that is to change the line which reads...

random_characters(8)

to read...

print(random_characters(8))

instead.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to