Write language name in 3D ASCII: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: new implementation and better formatting)
(→‎{{header|Lua}}: alt Lua solution)
Line 2,137: Line 2,137:
| $$$$$$$$| $$$$$$/| $$$$$$$
| $$$$$$$$| $$$$$$/| $$$$$$$
|________/ ______/ _______/</pre>
|________/ ______/ _______/</pre>
Alternate:
<lang lua>print[[
__
/\ \
\ \ \ __ __ ____
\ \ \ /\ \/\ \ / __ \
\ \ \___\ \ \_\ \/\ \_\ \_
\ \____\\ \____/\ \___/\_\
\/____/ \/___/ \/__/\/_/]]</lang>
{{out}}
<pre> __
/\ \
\ \ \ __ __ ____
\ \ \ /\ \/\ \ / __ \
\ \ \___\ \ \_\ \/\ \_\ \_
\ \____\\ \____/\ \___/\_\
\/____/ \/___/ \/__/\/_/</pre>


=={{header|Mathematica}}==
=={{header|Mathematica}}==