18 lines
196 B
Python
18 lines
196 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')
|