Skip to content

Instantly share code, notes, and snippets.

@poochin
Last active December 23, 2015 10:08
Show Gist options
  • Select an option

  • Save poochin/6618884 to your computer and use it in GitHub Desktop.

Select an option

Save poochin/6618884 to your computer and use it in GitHub Desktop.
数字、文字リテラルを使わずに Hello World を出力する問題 https://codeiq.jp/ace/cielavenir/q431
#!/usr/bin/python
def Hello():_
def World():_
print Hello.__name__,World.__name__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment