예제 #1
0
def main():
    s = Sample()

    print(s.call(1))
    print(s.call('1'))
    print(s.call(1.0))

    print('DONE')