Balanced brackets: Difference between revisions

m (Re-ordered Tcl<>Python)
Line 10:
 
=={{header|D}}==
<lang d>import std.stdio, std.algorithm, std.string,
{{incomplete|D|Strings are not generated.}}
<lang d>import std.stdio, std.algorithm, std.string, std.range, std.random, std.conv;
 
auto generate(int n) {
Anonymous user