while to Compute Factorial

  Рет қаралды 41,813

IIT Madras - B.S. Degree Programme

IIT Madras - B.S. Degree Programme

Күн бұрын

while to Compute Factorial
"Week: 3
Topic: While to Compute Factorial" IIT Madras welcomes you to the world’s first BSc Degree program in Programming and Data Science. This program was designed for students and working professionals from various educational backgrounds and different age groups to give them an opportunity to study from IIT Madras without having to write the JEE. Through our online programs, we help our learners to get access to a world-class curriculum in Data Science and Programming.
To know more about our Programs, please visit :
BSc Degree in Programming and Data Science - onlinedegree.i...
Diploma in Programming / Data Science - diploma.iitm.a...

Пікірлер: 12
@helaljabel6629
@helaljabel6629 2 жыл бұрын
Really appreciated they way you taught while loop bit by bit :)
@avenumadhav3568
@avenumadhav3568 3 жыл бұрын
factorial example: 1:37 3:03 3:40 3:54 4:20 4:38 6:10 6:25 11:23 12:01
@tejvanshrohra7794
@tejvanshrohra7794 10 ай бұрын
# My way of finding factorials import math print("Enter the number") n=int(input()) print(math.factorial(n))
@SaheelDeshpandeIITM
@SaheelDeshpandeIITM 7 ай бұрын
lol
@RudrakshGupta1
@RudrakshGupta1 3 ай бұрын
Prof. is showing the way by which this library function is made up.
@muralikrishna5729
@muralikrishna5729 Жыл бұрын
An alternate approach: a = int(input('Enter a number: ')) b = a print('The factorial is: ') while(a!=1): b = b * (a-1) a = a-1 print(b) --------------OR--------------------- a = int(input('Enter a number: ')) b = a if(a
@meriid7017
@meriid7017 3 ай бұрын
Dhnaywaad
@umarulf
@umarulf 3 ай бұрын
super nd
@MinuteMarvelswithsameer
@MinuteMarvelswithsameer 2 ай бұрын
This code failed to find factorial of negative numbers
@054_nirajkumar3
@054_nirajkumar3 3 жыл бұрын
थैंक्यू
@SuryaPrakashbabul
@SuryaPrakashbabul Жыл бұрын
How did you assigned number value to n
@MUTHU_KRISHNAN_K
@MUTHU_KRISHNAN_K 7 ай бұрын
Sir has used " int " in front of input () function
Tutorial on while loop
28:11
IIT Madras - B.S. Degree Programme
Рет қаралды 53 М.
Tutorial on for loop and difference between while loop and for loop
20:15
IIT Madras - B.S. Degree Programme
Рет қаралды 38 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Introduction to for loop
10:54
IIT Madras - B.S. Degree Programme
Рет қаралды 35 М.
More on range and for loop without range
10:11
IIT Madras - B.S. Degree Programme
Рет қаралды 35 М.
Tutorial on nested loops
20:56
IIT Madras - B.S. Degree Programme
Рет қаралды 37 М.
Recursion - An Illustration
15:24
IIT Madras - B.S. Degree Programme
Рет қаралды 28 М.
String Methods
11:40
IIT Madras - B.S. Degree Programme
Рет қаралды 57 М.
The Obvious Sort
14:11
IIT Madras - B.S. Degree Programme
Рет қаралды 32 М.
Types of Function Arguments
15:20
IIT Madras - B.S. Degree Programme
Рет қаралды 26 М.
Nested for loop
10:39
IIT Madras - B.S. Degree Programme
Рет қаралды 30 М.
break, continue and pass
12:58
IIT Madras - B.S. Degree Programme
Рет қаралды 30 М.
Dictionaries
47:06
IIT Madras - B.S. Degree Programme
Рет қаралды 43 М.