#!/usr/bin/python # -*- coding: utf-8 -*- __author__ = 'hina' class Hello(object): def hello(self, name = "world"): print("Hello, %s." % name)