▲ 5 r/twinegames
random password help.
(set: _one to (random: 0,9))
(set: _two to (random: 0,9))
(set: _three to (random: 0,9))
(set: _four to (random: 0,9))
(set: _five to (random: 0,9))
(set: _six to (random: 0,9))
(set: $password to _one + _two + _three + _four + _five + _six)
(set: $password to (str: $password))
This is the code I did. It works, yes, but its ugly to look at progamming wise. Hwlp?
u/umapistolaparadjeca — 1 day ago