« 2005年10月 | メイン

2006年03月16日

Python修行その1

#define a function
def hello(name):
  print(name)
  print("Hello!!")

hello("abc") # calling


投稿者 toshinao : 00:52 | トラックバック

2006年03月09日

コンパイルオプション

GNUの-mcpu=commonがAIXの-qarch=com

投稿者 toshinao : 20:49 | トラックバック