Yin and yang: Difference between revisions

Content added Content deleted
(→‎{{header|D}}: Marked incorrect as the output does not resemble a Yin-yang symbol)
Line 5: Line 5:


=={{header|D}}==
=={{header|D}}==
{{incorrect|D|The output does not sufficiently resemble a Yin-yang symbol.}}
<lang d>import std.stdio, std.string, std.algorithm ;
<lang d>import std.stdio, std.string, std.algorithm ;


Line 98: Line 99:
·######
·######
# </pre>
# </pre>

=={{header|Python}}==
=={{header|Python}}==
For positive integer n > 0, the following generates an ASCII representation of the Yin yang symbol.
For positive integer n > 0, the following generates an ASCII representation of the Yin yang symbol.