2006年03月16日

Python修行その1

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

hello("abc") # calling


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