2020年6月4日 星期四

python 引用 py

a.py
name="weiwei"
age=18
def introduction():
    print "hi everyone, I'm",name,",",age,"years ago!"

b.py
from mei import introduction
introduction()

沒有留言:

張貼留言