19 lines
197 B
Python
19 lines
197 B
Python
"""
|
|
writen by shenjackyuanjie
|
|
mail: 3695888@qq.com
|
|
github: @shenjackyuanjie
|
|
gitee: @shenjackyuanjie
|
|
"""
|
|
|
|
|
|
def a():
|
|
print('i m a')
|
|
|
|
|
|
def b():
|
|
print('i m b')
|
|
|
|
|
|
def c():
|
|
print('i m c')
|