Skip to content

Commit

Permalink
Update factorial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
riangomesz authored Sep 29, 2023
1 parent 16cea44 commit 4d3752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factorial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Algoritmo que calcula o fatorial de n#
#Algoritmo que calcula o fatorial de n

def fatorial(n):
if n == 0:
Expand Down

0 comments on commit 4d3752c

Please sign in to comment.