If & If Else Conditional Statements in Python | Python Tutorials for Beginners

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 97

  • @puneethnaika
    @puneethnaika Год назад +32

    Ma'am Dont ever sale your channel to unacdemy. Your channel might big brand without you Knowing. You have saved many engineering students through your videos. hats off to you Ma'am .

  • @koushikbinnu9926
    @koushikbinnu9926 Год назад +37

    u r trending in memes mam😁

  • @Fuhny0001
    @Fuhny0001 Год назад +2

    a=int(input("enter your age: "))
    print("your age is:" , a)
    if (a>=18):
    print ("You can drive")
    else:
    print("You cannnot drive")

  • @Aravindofficial04
    @Aravindofficial04 11 месяцев назад +1

    if input("Apple in store ") == "yes" or"Yes":
    print("BUY 1kg apple")
    elif input("ORANGE in store ") == "yes" or "Yes":
    print("BUY 1kg orange")
    else:
    print("Come back")

  • @saibabu.yt.8998
    @saibabu.yt.8998 Год назад +6

    age=int(input("Enter your Age: "))
    if(age>=18):
    print("You are Eligble for Voting
    Please Vote for Glass")
    else:
    print("You are not Eligble for voting")

  • @khazimahjavaid6307
    @khazimahjavaid6307 10 месяцев назад +3

    Superb explanation.Keep it up.

  • @saguide786
    @saguide786 Год назад +5

    Great teaching mam. Your explanation is very simple and understandable keep it up.

  • @LingeshhvarenKA
    @LingeshhvarenKA 6 месяцев назад +1

    height=float(input("Enter you height in feet : "))
    if(height>=2.5):
    print("You are required to take ticket. ")
    else:
    print("Your journey is free, have a great day. ")

  • @BKMupdates
    @BKMupdates 3 дня назад

    Wonderful

  • @khimrajgadhavi9830
    @khimrajgadhavi9830 Год назад +2

    Tommorow is my exam and this helped me a lot thanks for that mam❤💗

  • @sidharthkaruvarath2532
    @sidharthkaruvarath2532 29 дней назад

    height = float(input("Please enter you child's height in feet : "))
    km = int(input("Please enter the km you want to travel : "))
    if height > 3:
    print(f"Your child's transportation fare is {km*2} ")
    else:
    print("Your child is free to travel without payement!!!")
    i could have saved 20k if i had saw your videos 6 months early. thank you so much.

  • @sanataniboy158
    @sanataniboy158 Год назад +1

    ex 2
    age = int(input("enter the age")
    if (age>18):
    print("eligible for voating")
    else :
    print("not eligible for voating")

  • @DivyaKarike
    @DivyaKarike 3 месяца назад +1

    Thank you❤

  • @mmaruthavel3412
    @mmaruthavel3412 9 месяцев назад

    Way of teaching great

  • @thakurutkarshpratapsingh262
    @thakurutkarshpratapsingh262 Год назад +2

    I along with my friends and classmates pays to god that you upload these python videos daily 🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻👍🏻

  • @thakurutkarshpratapsingh262
    @thakurutkarshpratapsingh262 Год назад +2

    Mam loves you a lot 💖

  • @pallavilad6448
    @pallavilad6448 Год назад

    Ma'am ur explanation is very nice

  • @KuirThuch
    @KuirThuch Год назад +2

    Your explanation is very simple and understandable keep it up mam

  • @faithobonyo
    @faithobonyo Год назад +2

    Thank you for these lessons, may God bless you much🤗

  • @beyzanurbozan5185
    @beyzanurbozan5185 Год назад

    thank youuu teacherr you added subtitle to the video

  • @hipsterff2742
    @hipsterff2742 Год назад

    u changed my life

  • @PotnuruKushal
    @PotnuruKushal Месяц назад +1

    Mam mujhe ek doubt hai , kya hum start ko rectangular box mai likh sakte hai kya par hmre schl mai start/stop ko oval ke andar likh ne bole thae

    • @adityakhare7100
      @adityakhare7100 17 дней назад

      Flowchart mein start and end ko humesha oval se hi represent karte hai and thats the rule. Since mam was giving the example, she might have ignored it.

  • @bhaveshvaishnav633
    @bhaveshvaishnav633 Год назад

    Thank you!!!

  • @welles_jumbe_nmp7575
    @welles_jumbe_nmp7575 Год назад +3

    Thank you for making my learning easy ,please do continue with these python lectures. When is the next going to be uploaded?

  • @medhinadmasu7555
    @medhinadmasu7555 Год назад +2

    please about Dijkstra’s algorithm using any programming
    language for the real-world problem shows the diagram, in detailed
    of how you approach the problem, the data structures you
    have used in your codes, and evaluation of your algorithm/data structure. please as much as possible show Your program should have the following functionalities:
     Be able to identify the shortest path between any two cities;
     Be able to identify the shortest path between a city and multiple destinations;
    The project will be evaluated based on the following points:
     Use of data structures;
     The efficiency of your code/algorithm;
     Quality of your code;
     Quality of your report;
    thank you!

    • @doonrocker123456
      @doonrocker123456 Год назад

      watch her data structure playlist in c she hve already cover that

  • @aditijain7711
    @aditijain7711 Год назад +1

    print("Lets find out!!!
    How many days, weeks and months are left if you live till 90 years old?")
    current_age = int(input('Your current age is: '))
    print(f"You have {(90-current_age)*365} days, {(90-current_age)*52} weeks and {(90-current_age)*12} months left. ")

  • @junaidakram7679
    @junaidakram7679 Год назад

    Can you tell me plz how much videos left in beginner course jenny mam

  • @glps369
    @glps369 Год назад

    Thank you so much

  • @akhilreddyakhilreddy5140
    @akhilreddyakhilreddy5140 Год назад

    Great teaching mam🎉

  • @thakurutkarshpratapsingh262
    @thakurutkarshpratapsingh262 Год назад +2

    Mam please try to complete this python playlist as soon as possible 🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻😔🙏🏻

  • @Momentinfo.lijiye
    @Momentinfo.lijiye Год назад +1

    Mam computer networking per Vedio bana dijiye

  • @ssdirections4429
    @ssdirections4429 8 месяцев назад +1

    Madam are you able to provide certificate 🥺

  • @naveen01612
    @naveen01612 Год назад +1

    how to practice these

  • @swiodmac5016
    @swiodmac5016 Год назад

    ma'am, aren't the Start/Stop commands in the flow chart supposed to be in an oval thingy??

  • @Priyanka-zy3fw
    @Priyanka-zy3fw Год назад

    Excellent class mam

  • @amtprajapati02
    @amtprajapati02 Год назад

    Thanks for this lecture ❤🎉🎉

  • @jagadeeshjaga75
    @jagadeeshjaga75 Год назад

    Do a video on ChatGPT mam

  • @shanthishanthi7777
    @shanthishanthi7777 Год назад

    Mam give video for work with function in python

  • @dbjindian
    @dbjindian Год назад

    Smart tutorials with very smart ...beauti

  • @unknown-dq4zr
    @unknown-dq4zr 4 месяца назад +1

    If beauty was a person❣️❣️

  • @ankaluvenkatahemanth9921
    @ankaluvenkatahemanth9921 Год назад +1

    Mam HTML,CSS, JAVASCRIPT,PHP can explain plz mam one video

  • @prudviraju1947
    @prudviraju1947 Год назад

    Nice explanation mam

  • @rajivanjr3405
    @rajivanjr3405 7 месяцев назад

    #if else # conditional statement#
    #true or false
    Name=input("Enter your name to get token:")
    Height=int(input("Enter height in feet:"))
    if Height >=3:
    print(f"{Name},Purchase token")
    else:
    print(f"{Name} token not requred")

  • @thakurutkarshpratapsingh262
    @thakurutkarshpratapsingh262 Год назад +1

    Mam please 🙏🏻🙏🏻🙏🏻🙏🏻 upload videos daily

  • @prudviraju1947
    @prudviraju1947 Год назад

    Thank u mam

  • @Tusharsharma028
    @Tusharsharma028 Год назад +1

    I was searching for lecture but bueaty bust me ❤

  • @bharathvijayp3276
    @bharathvijayp3276 Год назад +1

    Mam please continue the c++ programming

  • @69_sutanumukherjee35
    @69_sutanumukherjee35 Год назад

    Thank you so much mam☺️☺️

  • @vijayramakrishnan6838
    @vijayramakrishnan6838 Год назад

    what is system flowchart please explain with sutable example

  • @shibendrasingh497
    @shibendrasingh497 Год назад

    Just to reply for Unacademy add, there are students from premiere institute already referring your videos for learning programming :)

  • @mayurpandit8166
    @mayurpandit8166 Год назад

    Hi, which software you are using for record screen.

  • @physicsfun8653
    @physicsfun8653 Месяц назад

    I am also from c and c++ background mam

  • @SrinivascharyAdisharlapally
    @SrinivascharyAdisharlapally 5 месяцев назад

    Mam u see this comments arr too classic ( about u😊)

  • @madhukiranattivilli2321
    @madhukiranattivilli2321 Год назад +2

    Don't miss the end when Jenny double-winks n smiles just before ending the talk :) cute

  • @letslearnwithtogether595
    @letslearnwithtogether595 Год назад

    How do you zoom in/out in PYCHARM ?

  • @ParveenKumar-vr8my
    @ParveenKumar-vr8my Год назад

    Maim aap information technology ki classes le aao rajasthan mein new vacancy aai h

  • @arunj7918
    @arunj7918 Год назад

    Mam please upload the videos daily madam

  • @padalapavankalyan8208
    @padalapavankalyan8208 Год назад

    madam how do u maximize the font size please tell me that shortcut instead of going into settings🤔

    • @manjayraj3515
      @manjayraj3515 Год назад

      press Ctrl+(+) icon control and + icon and you can increase your font

  • @harshaharsha6681
    @harshaharsha6681 11 месяцев назад

    Super 🎉🎉🎉

  • @saipavanguddeti5708
    @saipavanguddeti5708 Год назад

    Mam ,please continue the course on python

  • @gentlemen__rise
    @gentlemen__rise 7 месяцев назад +1

    ubai dragon fruit ka hobai

  • @GodSlayerXeii
    @GodSlayerXeii Месяц назад

    Im here just for my education for 7th grade

  • @shahab7460
    @shahab7460 Год назад

    Mam you are so cute we will learn from or will love to you?😍😛

  • @a.rajeev1539
    @a.rajeev1539 Год назад +1

    Mam please give c++ pps notice for 1st years 1st semester 😢 😫

  • @Yagneshnimavat-ep5rh
    @Yagneshnimavat-ep5rh Год назад +1

    I made this program by myself
    pw = int(input("Enter a password: "))
    pw_2= int("0412")
    if(pw==pw_2):
    print("Login Succesfully..")
    else:
    print("Wrong Password, Please TryAgain")

  • @funclub6525
    @funclub6525 Год назад

    mam you are very pretty 😍😍😍😍😍

  • @boggulapallysaikumar1738
    @boggulapallysaikumar1738 Год назад

    Mam you like a heroine like rashmikamandhana

  • @tusartrivedi5337
    @tusartrivedi5337 Год назад

    Mam please provide a note
    In class you are not completed theory
    Your class in only calculation base

  • @Azib.Ali.1
    @Azib.Ali.1 Год назад +1

    Mam kya apka koi bata ya bati ha

  • @umaprakash3847
    @umaprakash3847 Год назад

    Hi mam you are trending in Andhra Pradesh Instagram memes

  • @hipsterff2742
    @hipsterff2742 Год назад

    First comment maam

  • @chzhcch
    @chzhcch Год назад

    Why change the avatar to a white background, and change the color to be more beautiful.

  • @RakeshKumar-lj6cr
    @RakeshKumar-lj6cr Год назад

    😍😍

  • @YourFriend3097
    @YourFriend3097 Год назад

    mam pata nahi aap hindi janti hai ya nahi lekin agar hindi ye python course hota tho mai 3 moths ma python expert ho jata
    but koe baat nahi sah lenge thora 😶😶

  • @mraravind1237
    @mraravind1237 2 месяца назад

    Hii mam ur voice is not clarity and resound is there

  • @syedadnan373
    @syedadnan373 Год назад +3

    Why do I wanna do the teacher more than questions 😂

  • @abburampruthviraj769
    @abburampruthviraj769 Год назад

    I don't know what ur saying but I cont stop watching you mammm

  • @mdshiblu3305
    @mdshiblu3305 4 месяца назад

    sorry

  • @kirankittu695
    @kirankittu695 Год назад

    Idk why im here

  • @EaglerPlayz
    @EaglerPlayz Год назад +40

    Mam 60% people watching this video because of you not for getting knowledge

  • @Clipsbyjeff
    @Clipsbyjeff Год назад +1

    panada unae angilam ah varala enna keleke ra

  • @GaneshGana444
    @GaneshGana444 Год назад

    Mam ur teaching excelently..
    Pls continue your teaching
    I am fan of you....😍
    Tell me your instagram id 💟
    I want follow you..🥀

  • @prudviraju1947
    @prudviraju1947 Год назад

    Nice explanation mam