Difficult-Rocket/try/import_check_check.py

19 lines
197 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():
2021-09-05 00:50:05 +08:00
print('i m c')