Jadu07 / CodeFlex

Write Code for the Issues from Issues Tab and Push the Code.
MIT License
1 stars 11 forks source link

Add a Function to Calculate Factorial of a Number #1

Closed Jadu07 closed 1 week ago

Jadu07 commented 1 week ago

Issue Title: Implement a function to calculate the factorial of a number

Description: Create a Python function that takes an integer n as input and returns its factorial. Factorial of a number n is the product of all positive integers from 1 to n. For example, the factorial of 5 is 5 4 3 2 1 = 120.

You have to add code in Python Folder

rkt-1597 commented 1 week ago

@Jadu07 Can this issue be assigned to me?

Hungry-devourer commented 1 week ago

@Jadu07 assign me this issue please