Question: Complete the function Odd factorial in Python2 only, no other language. please consider the constraints as multiple hidden test cases need to be passed. everything


You are given an odd number N. You have to calculate the odd factorial of N. from Odd Factorial is defined as the product of all the odd numbers from 1 - N. inclusive. As the answer can be large output it modulo 10^9 + 7. Input Format The first line contains an integer, N, denoting the given number. Constraints 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
