A python script to quickly generate a 50 character password consisting of UPPER, lower, 0123, and a limited selection of symbols. This is done using the string and secrets imports, as well as ...