i make stuff

Pinned Loading
-
-
-
Code to verify the sequence => diffe...
Code to verify the sequence => difference => factorial 1def setdiff_fac_verify(start, stop, power):
2lst = list(range(start, stop+1))
3if len(lst) < power + 2:
4raise ArithmeticError('list too small(' + (power+2) + ' terms required, got ' + len(lst) + ')')
5nlst = []
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.