Python Full Course [PART 9] || Telugu || Functions

preview_player
Показать описание
.
.
.

⏱️Timestamps:
(00:00): Functions Intro
(02:42): Types in Functions
(04:09): Function Declaration
(05:25): Function Call
(06:30): Parameters & Arguments
(09:14): Return Statement
(13:53): Arguments Types
(19:23): Scope Of Variables
(22:40): Recursion
(26:24): Lamda Functions
(28:53): Problem 1
(38:02): Problem 2
(43:44): Problem 3

🏷️Tags:
python in telugu,python for beginners in telugu,python for beginners,python full course in telugu,python telugu,python tutorial for beginners,python tutorial telugu,python telugu tutorials,python,python interview questions in telugu,learn python in telugu,python tutorial in telugu,telugu computer world python,telugu python language,python tutorial,python full course,python course,coding for beginners in telugu,python tutorials in telugu
#PythonForBeginners
#TeluguProgramming
#LearnPythonInTelugu
#ProgrammingBasics
#PythonInTelugu
Рекомендации по теме
Комментарии
Автор

Mainly congratulations bro🎉for your success...keep going 💯...your are really an inspiration to me bro 🎉
Bro episode 10 pettandi.
Recursion gurinchi playlist suggest chestaa annaru?

vutukurushanthi
Автор

Thanks Anna chaala usefully
Lots of love from Bhimavaram VITB

sjm
Автор

37:54 we can move like this also na brother
radius = int(input())
def circle_area(radius):
return 3.14 * radius ** 2
result = circle_area(radius)
print(result)

hyderbadkingspopular
Автор

I guess this concept is useful in splunk search bar... as it contains valuables functions arguments commands clause..etc ...splunk processing language ... to monitor the logs

SravanthiBandhakavi-tg
Автор

you can also use this way to find area of circle
This is a simple method
r=int(input("radius = "))

def area(r):
print("area of circle = ", 3.14*r*r)

area(r)

Bunnyy_editzzz
Автор

resource: Bro code youtube channel

mava
Автор

Anna congratulations for your placement and need next video as fast as

varsha--ny
Автор

anna please share the operators in python

pavankumarBathula-losh
Автор

playlist link pettandi pls recursiion di annaya

Twpkofficial
Автор

You suggested recursion videos on YouTube ... please send that link...

seshupo
Автор

In the same way will u please take SQL classes

shivapavanikandra
Автор

Bro in this channel Kunal kushwaha i got recursion using java where do i get using python ??

kishan
Автор

bro, edhaina normal ga manam program easy ga chesi output theesuku ravochu anappudu inka e recursion, lambda ivanni use cheyyadam endhuku bro, just normal ga cheseyochu ga program. plz clarify my doubt bro

harikapamulapati
Автор

Annaya meru recursion kosam oka channel vinnandi annaru kadha channel peru chepandi

tejaswiniguduru
Автор

please upload part 10 quickly bro its late

Tejakiran