Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Sir you saved my cs exam
thank you so much sir yeh book se padhne pe bilkul samajh nahi aya tha ki while loop k baad kya ho raha tha
Excellent explained
Very good explanation ❤️
Well explained.
Thanks sir
Very helpful
sir app bahut ache ho ab ka javab nahiii
def factorial(num): if num == 0: return 1 else: return num * factorial(num-1) num = int(input("Enter a number: ")) print("Factorial of",🚁 num, "is", factorial(num))Sir could u explain me this line that how does it work return num * factorial(num-1)
It work like if you take no. 4 than 4*(3!) like thiss
a++ is not valid in python…what a rubbish lecture
Very nice explanation ❤
Sir you saved my cs exam
thank you so much sir yeh book se padhne pe bilkul samajh nahi aya tha ki while loop k baad kya ho raha tha
Excellent explained
Very good explanation ❤️
Well explained.
Thanks sir
Very helpful
sir app bahut ache ho ab ka javab nahiii
def factorial(num):
if num == 0:
return 1
else:
return num * factorial(num-1)
num = int(input("Enter a number: "))
print("Factorial of",🚁 num, "is", factorial(num))
Sir could u explain me this line that how does it work
return num * factorial(num-1)
It work like if you take no. 4 than
4*(3!) like thiss
a++ is not valid in python…what a rubbish lecture
Very nice explanation ❤