class A(object):
def __init__(self):
print("world")
class B(A):
def __init__(self):
print("hello")
B()
Y2xhc3MgQShvYmplY3QpOgogZGVmIF9faW5pdF9fKHNlbGYpOgogICBwcmludCgid29ybGQiKQoKY2xhc3MgQihBKToKIGRlZiBfX2luaXRfXyhzZWxmKToKICAgcHJpbnQoImhlbGxvIikKCkIoKQ==