while to Compute Factorial

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

IIT Madras - B.S. Degree Programme

IIT Madras - B.S. Degree Programme

Күн бұрын

Пікірлер: 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 9 ай бұрын
# My way of finding factorials import math print("Enter the number") n=int(input()) print(math.factorial(n))
@SaheelDeshpandeIITM
@SaheelDeshpandeIITM 6 ай бұрын
lol
@RudrakshGupta1
@RudrakshGupta1 2 ай бұрын
Prof. is showing the way by which this library function is made up.
@umarulf
@umarulf 2 ай бұрын
super nd
@meriid7017
@meriid7017 3 ай бұрын
Dhnaywaad
@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
@MinuteMarvelswithsameer
@MinuteMarvelswithsameer Ай бұрын
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
Рет қаралды 52 М.
Creating Your Own Programming Language - Computerphile
21:15
Computerphile
Рет қаралды 214 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
An Interesting Cipher: More on Strings
22:29
IIT Madras - B.S. Degree Programme
Рет қаралды 60 М.
The 3 Laws of Writing Readable Code
5:28
Kantan Coding
Рет қаралды 811 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 385 М.
Formatted Printing
21:12
IIT Madras - B.S. Degree Programme
Рет қаралды 43 М.
Introduction to while loop
13:06
IIT Madras - B.S. Degree Programme
Рет қаралды 45 М.
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 357 М.
how Google writes gorgeous C++
7:40
Low Level
Рет қаралды 986 М.