Skip to content

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