Python Bangla Tutorials 19 : Letter Grade Program

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

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

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

    Thank you so much, Sir! That means Conditional Control Statement:
    if == and (Logical Operator)
    elif == or(Logical Operator)

  • @nurmuhammadshahin4002
    @nurmuhammadshahin4002 5 лет назад +3

    JazakAllah

  • @passivelt
    @passivelt 2 года назад +4

    print("gread")
    x = int(input("Enter your mark: "))
    if x >=80 and x=70 and x=60 and x=50 and x=40 and x=33 and x

  • @mdmehedihasansiam5210
    @mdmehedihasansiam5210 3 года назад +1

    Just awesome Sir. You are great

  • @tahsan1784
    @tahsan1784 4 года назад +1

    awesome!

  • @mohammadanarul624
    @mohammadanarul624 5 лет назад +1

    thank you so much....

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

    Love you vai❤️

  • @marmonilhobi7130
    @marmonilhobi7130 3 года назад +1

    tnx

  • @micro-infobd6461
    @micro-infobd6461 2 года назад +1

    Thank you.

  • @REDUAN-dt2ji
    @REDUAN-dt2ji 8 месяцев назад

    love from united public and college

  • @NirobQwert
    @NirobQwert 8 месяцев назад

    love from united public school and college jamalpur

  • @mdtariqulislam7244
    @mdtariqulislam7244 5 лет назад +1

    goood

  • @irayhanbd.
    @irayhanbd. 3 года назад +1

    done

  • @Jones1236-p
    @Jones1236-p 5 лет назад

    Sir apni time Pele computer graphics er akta basic introduction Jodi den valo hoy.

  • @sajibbosenewton1387
    @sajibbosenewton1387 4 года назад

    thank you.Ai,machine learning er video cai sir

  • @shanks9926
    @shanks9926 5 лет назад

    vai same code user input diye korle ki hbe?

  • @funnydirector4203
    @funnydirector4203 4 года назад +2

    gender = str(input("Enter your Gender. M for Male and F for Female :"))
    age = int(input("Enter your Age :"))
    min_age = int(22)
    min_age_s = int(18)
    need_more_s = int(min_age_s - age)
    need_more = int(min_age - age)
    if gender.lower() in ["m", "male"]:
    if age >= 22 and age = 31 and age = 46:
    print("Fuck of, Time to take some weed")
    else:
    print("Oops, You need to wait more" ,need_more, "years")
    if gender.lower() in ["f", "female"]:
    if age >= 18 and age = 29 and age = 41:
    print("If you are lucky, you can get someone")
    else:
    print("Oops, You need to wait more" , need_more_s , "years")

  • @ishanarif4970
    @ishanarif4970 5 лет назад

    marks = 95
    if 80

    • @md.ashrafulislam7035
      @md.ashrafulislam7035 8 месяцев назад

      Prog is wrong. If you get 79.5 then?? The second condition should be less than 80.

  • @itsmenasiruddin
    @itsmenasiruddin 3 месяца назад

    marks =10
    if marks >= 80 and marks = 75 and marks = 70 and marks = 65 and marks = 60 and marks = 33 and marks 100:
    print("Your marks is out of range :xd ")
    else:
    print("Sorry you failed.Best of luck for next times.Don't loss hope try hard")

  • @musicworldcfm3051
    @musicworldcfm3051 4 года назад

    marks = int(input("Enter Your Mark :"))
    if marks>=80 and marks=70:
    print(" You have got (A)")
    elif marks>=60:
    print(" You have got (A-)")
    elif marks>=50:
    print(" You have got (B)")
    elif marks>=40:
    print(" You have got (C)")
    elif marks>=33:
    print(" You have got (C)")
    else :
    print("Sorry You have Failed.Better Luck Next Time")