#in file calc.py i wrote the following code def Div(a,b): return a/b#in another file i wrote following code to import module calc import calcc= calc.Div(4,2)print(c)
添加回答
举报
0/150
提交
取消