Assignment 3 - If Else Conditional Statement | Python Tutorial in Hindi

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

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

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

    Bhaiya aap bhot jabrdast padhate ho mtlb bhop easily samjh aati h ,great teaching..
    Bhaiya i like your python video mtlb pure RUclips pr istna easily koi nhi padhya🥰

  • @_._SAM_._._
    @_._SAM_._._ 29 дней назад +1

    math_mark = int(input("enter your marks in Math: "))
    phy_mark = int(input('enter your marks in phy: '))
    chem_mark = int(input('enter your marks in chemistry: '))
    total_mark = int(math_mark+phy_mark+chem_mark)
    half_total = int(math_mark+phy_mark)
    if math_mark>=65 and phy_mark>=55 and chem_mark>=50:
    if total_mark>=180 or half_total>=140:
    print("YaY, You are in")
    else:
    print("Sorry, you didn't make the Total cutoff.")
    else:
    print("Sorry, you didn't make the subject cutoff.")
    3rd problem.
    I am only commenting so i can increase the reach of this video.
    the series is just amazing.

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  29 дней назад +1

      Awesome, thanks 🙂

    • @_._SAM_._._
      @_._SAM_._._ 28 дней назад

      @@RishabhMishraOfficial No, Thank YOU. I started the series 2 days ago and i am on 18th video now. While simultaneously taking funning notes and practicing while ur videos plays in split screen on my laptop.
      You are one heck of a teacher man all thanks to you i learnt python from scratch to this point.
      I also learnt SQL and POWERBI from your lectures

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

    ❤nice

  • @baki_1205
    @baki_1205 2 месяца назад +1

    ❤ nice sir ji

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

    nice lecture

  • @bhajanmarg35
    @bhajanmarg35 2 месяца назад +1

    Rishab sir please teach us maths and statistics please, teach us how to implement this in real life scenarios or data sets please 🙏🏻

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

      Okayy noted ✅️

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

      @@RishabhMishraOfficial bhai maine pahle bhi ye comment Kiya tha apne tabhi noted hi reply Kiya lakin bhul gaye shayad ab batao fir bhul gaye to kaise yad dialu apko🥲

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

      @@RishabhMishraOfficial please jaldi banana bhai apse padhne me maja ayega 😊 and please request h bhai ese video banana ki mere jaise samjh sake jise maths stats ati hi nhi kuch bhi or real life data pe implement kar sake bhai technical skills to ajati h or maine Krish sir ki bhi video dekhi thi jo apne recommend ki thi apni video me lakin practical life me jaise kaise us maths and statistics ko implement karte h decision ke liye usme bhot problem hoti h mujh jaise ko to .

  • @CarlosVolpe-w1n
    @CarlosVolpe-w1n 2 месяца назад +2

    Sir ji Data Analytics projects banado advanced wale please

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

    the first question was asked to me by interviewer i wish i was seen it before

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

    Bhaiya
    Please make a power Bi full course from basic to advance and data analytics course also
    Please Bhaiya

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

    Hello bhaiya
    Can you please tell that how much time it will take for the python series to complete including all the data analysis concepts.??

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  2 месяца назад +1

      Around 2 weeks

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

      @@RishabhMishraOfficial But bhaiya you are uploading videos in a gap of approx 5 days.
      How it will be completed in 2 weeks?

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

    Please make a video on customer churn analysis

  • @AnabBegum-c7z
    @AnabBegum-c7z 2 месяца назад

    Please do the full course of UX UI designer. No RUclipsr has this course in detail.. Please yaar do it.. It will be helpfull for beginners. Thank you

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

    bhai muje gap years hai, im learning DA now, muje vo extra edge kasie milega? alredy itna compitition hai...please help me out. im feeling de motivated pls

  • @gyane-vehicles3036
    @gyane-vehicles3036 2 месяца назад

    Data science IBM konsa shi h .. pls inform

  • @anndane3577
    @anndane3577 16 дней назад +1

    ELigibility Problem :
    mmarks = int(input("Enter your Mathematics Marks: "))
    pmarks = int(input("Enter your Physics Marks: "))
    cmarks = int(input("Enter your Chemistrey marks: "))
    total = mmarks + cmarks + pmarks
    mptotal = mmarks +pmarks
    if mmarks >= 65 and pmarks >= 55 and cmarks >= 50 :
    print("Your Eligible")
    elif total >= 180 or mptotal >= 140 :
    print ("Your ELigible")
    else :
    print ("Your not Eligible")

  • @targetgkprepare2673
    @targetgkprepare2673 2 месяца назад +1

    Bhaiya hmme kisi din live padha dijiye please please please please please please please please please please kyuki jb practice krte h to kaphi problem hoti h

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

    # Declaring the assumed username & password
    correct_username = "vineet"
    correct_password = "data01"
    # Getting input from the user
    username = input("Enter your username: ")
    password = input("Enter your password: ")
    # Applying conditional statement
    if username == correct_username and password == correct_password:
    print("Welcome, you have successfully logged in!")
    elif username != correct_username:
    print("Username is incorrect.")
    else:
    print("Incorrect password, please try again.")

  • @afsarbabu5915
    @afsarbabu5915 2 месяца назад +3

    Bhaiya ji mujhe kuch nahi ata kya me data analyst sikh saktai hhu

    • @vandanapatil8182
      @vandanapatil8182 2 месяца назад +3

      Everyone started from level 0
      So anyone can learn anything 😊

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

    Hi rishab bhai i have one doubt about one of your project on power bi how can I connect with you please help

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

    sir in the last code if the marks of physics are 45 what should be the output

  • @vineetsakhare3606
    @vineetsakhare3606 17 дней назад +2

    # Asking student to enter subject marks
    Maths = int(input("Enter your Mathematics Marks: "))
    Physics= int(input("Enter your Physics Marks: "))
    Chemistry = int(input("Enter your Chemistry Marks: "))
    # total marks
    total_marks = Maths+Physics+Chemistry
    maths_physics_marks = Maths+Physics
    # Conditional Statement
    if Maths>=65 and Physics>=55:
    if Chemistry>=50:
    if total_marks>=180 or maths_physics_marks>=140:
    print("Congratulations! you are eligible.")
    else:
    print("Sorry, you do not match our admission criteria.")

  • @_._SAM_._._
    @_._SAM_._._ 29 дней назад +1

    # year%4 = 0
    # year%100 > 0 / year%100 = year%400 = 0
    year = int(input("please enter the year: "))
    if year%4==0:
    if (year%100==0 and year%400==0) or year%100>0:
    print(f'{year}is a Leap Year')
    else:
    print(f'{year} is not a Leap Year')
    else:
    print(f'{year} is Not a leap year')
    I wrote this code for the first problem.

  • @_._SAM_._._
    @_._SAM_._._ 29 дней назад +1

    u1 = "abcd"
    p1 = "1234"
    ulogin = input("enter the username: ")
    plogin = input('enter your password: ')
    if u1==ulogin:
    if p1==plogin:
    print("Both Username and password are correct.")
    else:
    print('Username is correct but password is incorrect.')
    else:
    print('Username is incorrect.')
    my code for ur second problem. I paused the Vid and did it myself.

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

    SAME CODE PE
    MATHS 100
    PHYSICS 40
    CHEMISTRY 40
    ENTER KARNE PE BHI
    YOU'RE ELIGIBLE KYO AA RAHA

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

    Sir isn't this a simpler way for this
    let me know
    predefined_username = ("Manish")
    predefined_password = ("pookie@123")
    username = input("Enter Username: ")
    password = input("Enter Password: ")
    if(username == predefined_username and password == predefined_password):
    print("Successfully loggedIN")
    elif(username == predefined_username and password != predefined_password):
    print("Password is incorrect")
    elif(username != predefined_username):
    print("Username is incorrect")

  • @ROHITMALAN-k7c
    @ROHITMALAN-k7c 2 месяца назад

    throwing syntax error with the same code you've written in leap year question. Why so?

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

    Yaar likhega kon thodi cheating kar lete 😛

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

      But you don't do cheating, it's only for me 😅

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

      @@RishabhMishraOfficial i really enjoyed your this line, and have completed your SQL and almost there for python.
      Mast explain karte ho