Skip to content

Satyamkumar 2021CS50605 CODE #184

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

Open
wants to merge 15 commits into
base: pycode
Choose a base branch
from
Open

Satyamkumar 2021CS50605 CODE #184

wants to merge 15 commits into from

Conversation

arst-1
Copy link

@arst-1 arst-1 commented Feb 6, 2022

import numpy as np
def inc(x):
return x + 1

def test_answer():
assert inc(3) == 4

def test_len():
assert len([1,2,3,4]) == 4

def test_numpy():
assert np.sum([1,2,3,4]) == 10

I do not know python

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

Successfully merging this pull request may close these issues.

2 participants