Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6模块 #15

Open
request101 opened this issue Jun 3, 2019 · 2 comments
Open

1.6模块 #15

request101 opened this issue Jun 3, 2019 · 2 comments

Comments

@request101
Copy link

request101 commented Jun 3, 2019

def add(a,b):
    return a+b
def sub(a,b):
    return a-b
def mult(a,b):
    return a*b
def div(a,b):
    return a/b

import zuoye
a=12
b=13
print('a+b=',zuoye.add(a,b))
print('a-b=',zuoye.add(a,b))
print('a*b=',zuoye.mult(a,b))
print('a/b=',zuoye.div(a,b))
@xuanhun
Copy link
Owner

xuanhun commented Jun 3, 2019

格式不对啊,提交正确的代码

@request101
Copy link
Author

格式不对啊,提交正确的代码

玄大 这次对了么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants