Difficult-Rocket/tests/import_test.py

18 lines
196 B
Python
Raw Normal View History

2021-09-02 22:47:10 +08:00
"""
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')