Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mestari Yousra
NOTRE_PROJEEET
Commits
559d6318
Commit
559d6318
authored
May 03, 2017
by
Trogno Lucas
Browse files
Merge branch 'master' of gitlab.ensta.fr:mestari/NOTRE_PROJEEET
parents
3f4779d6
44c49911
Changes
1
Hide whitespace changes
Inline
Side-by-side
test1
0 → 100644
View file @
559d6318
def facto(n):
if n==0:
return 1
if n==1:
return 1
return n*facto(n-1)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment