Password generator: Difference between revisions

Content deleted Content added
Boreal (talk | contribs)
Added XPL0 example.
PureFox (talk | contribs)
m →‎{{header|Wren}}: Minor tidy
Line 5,603:
{{libheader|Wren-ioutil}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="pythonwren">import "random" for Random
import "./ioutil" for FileUtil, File, Input
import "./fmt" for Fmt
import "os" for Process