Help me with Python please (picture)

John Ladasky john_ladasky at sbcglobal.net
Sat Sep 28 00:03:33 EDT 2013


On Friday, September 27, 2013 5:43:42 PM UTC-7, jae... at 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.



More information about the Python-list mailing list