Python Class 12 | Recursion|Print String in Reverse Order|Find X Raised to Power Y|Chapter 6 |Part 2

preview_player
Показать описание
Python Class 12 | Recursion | Print String in Reverse Order | Find X Raised to Power Y | Chapter 6 | Part 2 |In Hindi | Tutorial#36

In this video I have explained python class 12 topic i.e. recursion. Recursion is the 6th chapter of Sumita Arora book and this is the first video of recursion. In this video, I have explained the concept of recursion i.e. the introduction of recursion.

Join this channel to get access to perks:

Tags Used:

introduction to recursion
recursion in python
python recursion
python recursion tutorial
print string in reverse order
find x raised to power y
python recursion function
python recursion examples
python recursion for beginners
recursion in python
recursion in python example
what is recursion in python
recursion
recursion full chapter
recursion cbse
recursion class 12 computer science
recursion class 12 python cbse
class 12 computer science recursion

#codeitup
#python
#cbse

@CBSE
@CBSE INDIA
@Unacademy CBSE Science 11 & 12
@CBSE Udaan XI
Рекомендации по теме
Комментарии
Автор

Sir thank u so much, ab mujhe aasaan padega 12th board ke liye..🤩🤩😊😊aap bohuth achaa padhathe ho...thank u

hephzivision
Автор

Thank a lot sir, you literally did the great job for us(love from ajmer)🙏🙏

aiworld-jb
Автор

Thnk you so much sir very nice explaination

simi
Автор

Fantabulous explanation 💯🥰
Sir you do best for us so thank you for that🙏

prateekjaiswal
Автор

Sir This video is very very helpful 👍☺️

deepakbhullar
Автор

Thankyou might be not enough for the help you give to students like us. But that's all we can give you so thanyou×tons!🌸✨️

hudaaqasim
Автор

very good class sir Thanks sir
#Bihar

badalkumar-ckhj
Автор

Sir jo first program hai reverse ka usme sir print function kyu use hua return me nhi paas kar sakte the kya please reply sir

aryalovelydrawingcreation
Автор

Can you show the 1st one using slicing?

owrdzjg
Автор

Sir hanoi towers ka solution explain karo

rajendranayak
Автор

Hope you are feeling well after corona experience .sir I should not say but sir can you try to increase no of python lectures more

dhruv
Автор

Sir maine try kiya reverse wla program mere me execute nhi ho rha h plz sir help kr dijiye ....
def a(x, y=len(x)-1):
if y==0:
print(x[0])
else:
print(x[y], end="")
a(x, y-1)
x=(input("string"))
a(x, y)
Aise banaya tha maine sir isme koi mistake h to plz bta dijiye

divyakumar
Автор

IVAR the boneless series lover who is ivar .
sol= IVAR the boneless, series name -- vikings
additional information= ivar is the son of ragnor lothbrok🤠

rudrasingh
Автор

Bahut bar try karnay per bhi reverse function kam nhi kar please chek kijiye
Please help

maheshu
Автор

Thanku so much sir
Sir next video kab aa ye ga

ritikraushan
Автор

sir I didn't get the concept why did you use the n for storing? please help

_piyush
Автор

Sir apka reverse string wala execute hi nhi ho rha

rgupta
Автор

Dusre program me base case 1 lele aur return x kar de

Shubhamyadav-yubi