Created
September 15, 2013 14:12
-
-
Save tokoroten/6571090 to your computer and use it in GitHub Desktop.
https://codeiq.jp/ace/cielavenir/q431 標準出力に
Hello World
と出力するプログラムを作成して下さい。 ただし、数値、文字及び文字列リテラルを解答に含めることはできません。
Perlのqqやqw、Rubyの%Q、%q、%wなども避けたほうが評価が高くなります。
言語仕様をフル活用して下さい!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello=World=None | |
print dir()[len([])], dir()[len([None])] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment