PDA

View Full Version : 1 Line Random String Function



harvey
10-30-2013, 04:52 PM
I made a simple 1 line random string function in python. This ONLY uses the random import, nothing else is needed for this function.

You can view the source here (http://link.cur.lv/1-line-random-string).