Functions with Return Statement in Python | Python Tutorials for Beginners #lec73

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


*********************************************

Connect & Contact Me:

*******************************************

More Playlists:

best channel to learn programming
python
jennys lectures
jennys lectures ds
jayanti khatri lamba
jenny lamba
data structure and algorithms
data structure tutorials
jenny data structures
data science
Data Science full course
data science for beginners
odin school
odin school data science
data science course
data science tutorial
data science training
introduction to data science
data science tutorial for beginners
data scientist
what is data science
Learn Data Science
data science career
6 months free training
free data science certificate
data science certification course
free courses
career upgrade
career relaunch
career change
Рекомендации по теме
Комментарии
Автор

Mam please say all python modules and explain all modules how to use



Please reply mam

tmurari
Автор

I dont know why the channel is most underrated

SRIGHAKOLLAPUVNBASISHRAM
Автор

I was come to watch this video from insta🥰
They was uploaded u r video I was crushed on that now I will watch u r 🎉 video
Daily😊
U know what is sigma😅
I am a bio maths student😂
❤❤❤

sagaming.o
Автор

(13:18)
CODE:
def title_case(f_name, l_name):
print(f_name.title(), l_name.title())
title_case("emma", "someone")
OUTPUT:
Emma Someone

-SakuraNoHana-
Автор

the video is simple and understandable, just loved it

vamshitwilight
Автор

Literally came here from whatsApp status.. Literally watching your videos for few hours now

AKAYEVAIDAR
Автор

def tl(name):
c = name.title()
return c
name = input("enter you name:?")
print(tl(name))

MonishaRajakumar-vm
Автор

Can you explain kmp algorithm?
These youtubers are not teachers like you.
You made me understand graphs pretty well to a point I could write code just by paying attention to your explanation.
I find kmp pretty hard to understand from most of the videos and I am surprised you didn't popped in the search results.
Thank you!

i.eduard
Автор

Mam I'm currently studying in class 12th and want to know more about my future or my career in python. Or is it good to pursue python or should I learn more languages in order to get a good package at job.. pls

swarnimdubey
Автор

I don't understand what was u saying🎉🎉🎉
But I was looking u for no reason😍😇

sagaming.o
Автор

Could you kindly suggest a course or channel focused on React and React Native, providing examples and explanations similar to those found in this channel? I like the examples and concepts explain in this channel. Thanks

harinder
Автор

Nice! Good work ma'am keep continue thanks

venkateshtalari
Автор

Doesn't understand a single word but fell good in seeing you ❤

_divyanshtripathi
Автор

I'm not a IT background student
but regularly follows you mam

bmbalagopal
Автор

Nice explanation keep rocking 🔥🔥🔥 jenny ❤️

billu
Автор

How many videos will you make in future in this course

mohanjaladi
Автор

Mam please upload a course of javascript also

pawandasila
Автор

Please upload entire python, c++ course just like c

Chris-vtnl
Автор

def format(first_name, last_name):
return (f"{first_name.title()} {last_name.title()}")

name1 = format("hi", "hello")
print(name1)

azarudeena
Автор

Mam have you explained lambda function in python

MRGANA