Frequently Asked Python Program 3: How To Find Factorial of A Number

  Рет қаралды 81,848

SDET- QA

SDET- QA

Күн бұрын

Пікірлер: 22
@kvelez
@kvelez Жыл бұрын
def factorial(num): fact = 1 for i in range(1, num+1): fact *= i return fact print(factorial(5))
@A.R_Zone
@A.R_Zone 6 ай бұрын
factorial=1 num= 5 if num
@cagnkoroglu7739
@cagnkoroglu7739 11 ай бұрын
#%% factorial num = int(input("your number is ")) fact = 0 for x in range(1,num): fact = fact + 1 num = fact * num print(num)
@cagnkoroglu7739
@cagnkoroglu7739 11 ай бұрын
adding " if num
@vishwasnagaraju8260
@vishwasnagaraju8260 Жыл бұрын
Factorial of a number. num=-1 i=0 if num
@aryankmr3918
@aryankmr3918 3 ай бұрын
This is useful and easy
@durgaramesh4933
@durgaramesh4933 5 ай бұрын
Thank u sir i'm studying 12th std and tommarow is my semminar about this topic and this is soo helpful
@kvelez
@kvelez Жыл бұрын
def factorial(num): if num < 2: return num return num * factorial(num-1) print(factorial(5))
@minakshikumari2613
@minakshikumari2613 Ай бұрын
Tq sir
@sdetpavan
@sdetpavan Ай бұрын
Welcome
@michaelajaskova5661
@michaelajaskova5661 3 жыл бұрын
Hi, if I want to have factorial for more numbers (3,4,5,..) how do I write the list of all numbers? THank you.
@adityajadhav3507
@adityajadhav3507 6 ай бұрын
Thank you sir
@sdetpavan
@sdetpavan 6 ай бұрын
Welcome
@liviksha3446
@liviksha3446 Ай бұрын
Tnk u sir ❤
@sdetpavan
@sdetpavan Ай бұрын
Most welcome
@manuelmeekattukulam
@manuelmeekattukulam Жыл бұрын
Very helpful! Thanks!
@sdetpavan
@sdetpavan Жыл бұрын
You're welcome!
@sandeeptale9122
@sandeeptale9122 2 жыл бұрын
where can I find the all of these questions.
@nithinrajchittath7820
@nithinrajchittath7820 2 жыл бұрын
In recursive method there is no statement for when we input negative numbers.
@primevandal2769
@primevandal2769 2 жыл бұрын
thankelu velimach
@Sugreev916
@Sugreev916 3 жыл бұрын
good
Frequently Asked Python Program 4: Print Fibonacci Series
5:00
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 44 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 39 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 119 МЛН
Подсадим людей на ставки | ЖБ | 3 серия | Сериал 2024
20:00
ПАЦАНСКИЕ ИСТОРИИ
Рет қаралды 510 М.
Factorial program in Python using for loop and built in function
5:00
The Programming Portal
Рет қаралды 17 М.
Sudden assault near Kursk / Putin's statement
13:04
NEXTA Live
Рет қаралды 428 М.
Program Factorial in Python (Tutorial) | Python for Math
7:24
Wrath of Math
Рет қаралды 42 М.
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 44 МЛН