Commit f5dddb63 by BellCodeEditor

save project

parent 56f63dbc
Showing with 5 additions and 3 deletions
import a
print(a.n1(1,10,2))
print(a.n2('张三'))
print(a.n3())
......
......@@ -7,4 +7,4 @@ def n1(m1,m2,m3):
def n2(name):
print('你好:',name)
def n3():
print('这是一个没有参数的函数!')
\ No newline at end of file
print('这是一个没有参数的函数!')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment