-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://github.com/daidai21/self.lib/tree/master/reuse/Python3.x/Algorithm/NumberTheory
fact = lambda n: n * fact(n - 1) if n >= 1 else 1Metadata
Metadata
Assignees
Labels
No labels