Skip to content

Commit 6c22674

Browse files
Merge pull request kunal-kushwaha#88 from inXShuuuuuu/main
Update functions.md
2 parents f57e9fc + fe97467 commit 6c22674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Factorial of any number n is represented by n! and is equal to 1*2*3*....*(n-1)*
3131
2! = 2*1 = 2
3232
Also,
3333
1! = 1
34-
0! = 0
34+
0! = 1
3535

3636
10. Write a function to find if a number if palindrome or not. Take number as parameter.
3737

0 commit comments

Comments
 (0)