#!python
# -*- coding: utf-8 -*-
# @Author: Chen Zhaojin
# @Date  : 19-9-18
# @Desc  : Life is Short, I use Python!
# ----------------------------------------------------------------------------------------------------------------------
import hello

print(hello.hi())

