Discover the Magic of Python's 'if' Statements

  Рет қаралды 3,483

Learnz Development Hub

Learnz Development Hub

Күн бұрын

Пікірлер: 42
@sathishkumarazhaguvel
@sathishkumarazhaguvel Жыл бұрын
Make more videos for Python. It is very useful ❤💯
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Sure, I’ll upload my next video by tomorrow
@sathishganesan9449
@sathishganesan9449 Жыл бұрын
Please complete python videos bro I like very much your explaination ❤
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Kandipa.. innum one month la mudichuduren 😊🙏
@pounraja4559
@pounraja4559 Жыл бұрын
👍👍
@rabiabasree7019
@rabiabasree7019 Жыл бұрын
Naa oru program vachrkean adha xplain pannunga bro Num=int(input("enter a no") If num>=0: If num ==0: Print("zero") Else: Print("positive no") Else: Print("negative no")
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Indha program ku output varathu
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Oru else than Epavume varum. Rendu else varathu
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
# Input from the user number = float(input("Enter a number: ")) # Check if the number is positive, negative, or zero if number > 0: print("The number is positive.") elif number < 0: print("The number is negative.") else: print("The number is zero.") # Explanation: # 1. We use the input() function to get a number from the user as input. # 2. We convert the input to a floating-point number using float() to handle decimal numbers. # 3. We use an if-elif-else statement to check the number's sign: # - If the number is greater than 0, it's positive, and we print "The number is positive." # - If the number is less than 0, it's negative, and we print "The number is negative." # - If the number is not greater than 0 or less than 0, it must be 0, so we print "The number is zero."
@bhp2976
@bhp2976 5 ай бұрын
Bro make tutorial of any frame work
@LearnzDevelopmentHub
@LearnzDevelopmentHub 5 ай бұрын
Sure 👍
@sindhu_m
@sindhu_m Жыл бұрын
😊👍
@Kumaresancs-ih8dx
@Kumaresancs-ih8dx Жыл бұрын
Hii... Sir.. My visual studio code app run doesn't have code, what's wrong with that?...
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Engalukku instagram la direct message ah, Screenshot eduthu upload panna mudiyuma
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Adha pathutu ungaluku solve panna try pannurom
@Kumaresancs-ih8dx
@Kumaresancs-ih8dx Жыл бұрын
Yes sir..👍
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
😊🙏
@prithviraja4564
@prithviraja4564 Жыл бұрын
❤🎉
@kamalsrinivasan6392
@kamalsrinivasan6392 8 ай бұрын
Idle la pannumbodhu neenga ":' use panla idhula apo apo use pandreenga, adhu clear ah explain pannunga brother.
@LearnzDevelopmentHub
@LearnzDevelopmentHub 8 ай бұрын
Idle oru oru line ah mattum than run pannum. But text editor la mothama Read pannum pothu python endha statement nu kandupudikurathukaga adhalam theva padum. Idle ah ym you can use :
@FoodmakingAi
@FoodmakingAi 7 ай бұрын
@LearnzDevelopmentHub
@LearnzDevelopmentHub 7 ай бұрын
😊🙏
@vimalop8690
@vimalop8690 Жыл бұрын
System la type panni teach pannunga bro
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Practical irukkum half video lendhu start agum. Please check
@jothilakshmi8418
@jothilakshmi8418 Жыл бұрын
Hii bro enaku oru doubt 3 dishes iruku but nan 2 dish than vanguran son athoda total varanumna code solunga
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
available_dishes = ["idli", "parotta", "dosa", "Upma"] if "idli" in available_dishes and "parotta" in available_dishes: print("Take these 2 dishes") elif "idli" in available_dishes or "parotta" in available_dishes: print("Take any one of them") else: print("Count is one")
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Indha program summa sample than. Enakku konjam puriyala neenga sonnathu. Exact ah sonninga na I can suggest you more programs
@dhanush404
@dhanush404 Жыл бұрын
Idle editor la ,'if condition' use pannalaam thana, aprom yen neenga athula use pannala?
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Idle eh pannalam. But future la vs code la than Django ellame pannura mari irukkum. So ipolendhe idha pazhakka paduthitta easy ah irukkum nu than 😊
@Brsmgaming
@Brsmgaming Жыл бұрын
Make more videos sir❤
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Kandipa.. indha week end la next video upload pannuren.. I try my best 😊
@mkthamilan1307
@mkthamilan1307 Жыл бұрын
Bro python programming mobile la panna lama bro
@mkthamilan1307
@mkthamilan1307 Жыл бұрын
Example: na mobile la online work pakurenu vassukonga enna work na group sekanum epdina instagram youtube intha mathiri social media la videos post panni athula my group link ka potu antha video pathutu link thottu varuvangala avangalukku response panna num bro apdi panna lama epdi bro panrathu
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Enakku konjam puriyala brother
@Thangam555
@Thangam555 5 ай бұрын
Bro unga videos ella nalla purithu ❤😊
@LearnzDevelopmentHub
@LearnzDevelopmentHub 5 ай бұрын
Thank you so much 😊🙏
@praveenjohnson6736
@praveenjohnson6736 6 ай бұрын
Bro spelling mistake irunthalum program run agumaa
@LearnzDevelopmentHub
@LearnzDevelopmentHub 6 ай бұрын
No bro.. yen nan ethum spelling thappa potu irukena 😄😄
@praveenjohnson6736
@praveenjohnson6736 6 ай бұрын
@@LearnzDevelopmentHub may be sonna siripinga venam 😂
@LearnzDevelopmentHub
@LearnzDevelopmentHub 6 ай бұрын
@@praveenjohnson6736 ennava irukkum 🤔🤔
@David-xf1oz
@David-xf1oz Жыл бұрын
Brother neega work panrigala ah
@LearnzDevelopmentHub
@LearnzDevelopmentHub Жыл бұрын
Yes, technical lead ah work pannuren.
If & If Else Conditional Statements in Python | Python Tutorials for Beginners#lec24
18:41
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 7 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 44 МЛН
Nested If else | Python Mastery Ep-23 | code io - Tamil
12:07
code io - Tamil
Рет қаралды 3,5 М.
Explore Python data types in Tamil! #PythonForBeginners #TamilCoding
35:08
Learnz Development Hub
Рет қаралды 14 М.
While vs For loop: detailed explanation #pythonforbeginners #tamil | Episode 14
16:32
Closures in JS 🔥 | Namaste JavaScript Episode 10
22:44
Akshay Saini
Рет қаралды 862 М.
Arpit Bhayani talks about real engineering for 1 hour straight
1:16:23