- 无标题文章 -

Plux posted @ 2008年1月29日 18:45 , 1440 阅读

Welcome to my blog!


class Hello:
def __init__(self):
print "Hello,world!"
def print(self, str):
print str
print "Said by Plux"

a = Hello();
a.print("Welcome to my blog!");

  • 无匹配
  • 无匹配
Avatar_small
Plux 说:
Jan 29, 2008 06:47:04 PM
  1. import os
  2. print os.name

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter