P_14 Operators in Python | Arithmetic Operators | Python Tutorials for Beginners

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Dear Aspirants!
    Get ready for the Unacademy x GATE ACADEMY COMBAT where you can analyze your preparation for GATE 2023/24 & can win exciting gifts. 💻📱
    Get Scholarships and Rewards from a pool of over 30 Crore.
    Up to 100% Scholarship on Unacademy Plus Subscription.📝📝
    Top 3000 rankers get their GATE 2023 exam registration fees sponsored by Unacademy
    Top Rankers get their 1 year Engineering college tution fees sponsored by Unacademy
    Use Code JKL10 to enroll
    To Enroll Yourself, Visit:
    👉👉CS & IT: unacademy.com/...
    👉👉EE & ECE: unacademy.com/...
    CIVIL: unacademy.com/...
    MECH & CHEM: unacademy.com/...
    For all Information, visit:
    unacademy.com/...
    *********************************************
    Notes of Today's Class: drive.google.c...
    Python Tutorials for Beginners: • Python - Basic to Advance
    ***********************************************
    Connect & Contact Me:
    My Second Channel Link: bit.ly/354n7C7
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    *************************************************
    More Playlists:
    C Programming Tutorials: • Programming in C
    C++ Programming Tutorials: • Lec 1: How to Install ...
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Python Full Course: • Python - Basic to Advance
    Printing Pattern in C: • Printing Pattern Progr...
    Dynamic Programming: • Dynamic Programming
    Operating Systems: // • Operating Systems
    DBMS: • DBMS (Database Managem...
    #python #pythonforbeginners #operatorsinpython #pythonprogramming #jennyslectures

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

  • @aparnamane4899
    @aparnamane4899 2 года назад +51

    weight=int(input("enter your weight in kg :"))
    height=float(input("enter your height in metern :"))
    BMI=weight/(height**2)
    print(BMI)

    • @Swapnil6949
      @Swapnil6949 6 месяцев назад

      Thanks

    • @benzligorin2259
      @benzligorin2259 6 месяцев назад +5

      a= float(input("Enter Weight in KG"))
      b= float(input("Enter height in Meter"))
      print("Your BMI is"+ str(a/(b**2)))

  • @pragathi068
    @pragathi068 2 года назад +64

    Today's assignments::
    1st assignment::
    weight=int(input("enter the weight in kg "))
    height=float(input ("enter the height in meters "))
    BMI=weight/(height**2)
    print("Body mass index is equal to ",BMI)
    2nd assignment::
    5+2*(3-1)+10/5
    =11.0

    • @Ebookstore..
      @Ebookstore.. Год назад

      is it correct
      weight = input("enter your weight here :")
      height = input("enter your height here :")
      print("your BMI = " + str(float(weight)/((float(height))*float((height)))))

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

      No bro it's not wrking

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

      weigth = int(input("enter your weigth in kg:" )
      Heigth = float(input("enter your heigth in meters:")
      BMI = weigth/(heigth**2)
      print("your BMI is + " , " + str(BMI) )
      It is correct one copy and paste

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

      @@Ebookstore.. no bro it will give error

    • @Ebookstore..
      @Ebookstore.. Год назад

      @@pianobyanuj mine also worked..but by your way the code can be written in less space

  • @satishvanacharla5400
    @satishvanacharla5400 2 года назад +14

    you took examples are very helpful for easy to understand like {1) water-------->stores in bucket = variable, 2) changing milk, tea with help of 3rd glass= swap values } i hope u make videos with using real examples like this for better imagination... and pls upload videos daily as soon as possible bcz i am eagarly waiting for ur python videos... thanks a lot💖

  • @mayankrai7938
    @mayankrai7938 2 года назад +12

    Finally after long time 🙂🙂back to python . Thank you ma'am

  • @ramaraju1469
    @ramaraju1469 2 года назад +5

    Weight=int(input("Weight in kgs = "))
    Height=float(input("Height in mtr = "))
    BMI= Weight/Height**2
    print(BMI)

    • @Kids_gat_moves
      @Kids_gat_moves 2 года назад

      Thanks so much

    • @vikramjha638
      @vikramjha638 2 года назад

      Bro I have done same thing but output not getting, how bmi will be calculated?

    • @ramaraju1469
      @ramaraju1469 2 года назад

      @@vikramjha638 try the same u'll get

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

      @@ramaraju1469 got bro😊

  • @abhivarshamuppineedi5528
    @abhivarshamuppineedi5528 8 месяцев назад +3

    The best programming trainer I had ever found

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

    Wow nice ,and very good communication another wyes clear voice madam

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

    Hello Jenny mam, Thanks for ur videos. Really valuable content easy to understand and practice as well.

  • @sadsyt1178
    @sadsyt1178 6 месяцев назад +3

    weight = int(input("Enter your weight in kilogram(kg):
    "))
    height = float(input("Enter your height in metres(m):
    "))
    BMI = weight / (height **2)
    print(f"Your BMI is {BMI}")

    • @Naveenm-v1n
      @Naveenm-v1n 5 месяцев назад

      in the last line inside print function what is the f means...?

  • @riyagupta1841
    @riyagupta1841 2 года назад +37

    Mam please upload daily one video of python playlist so that course will cover soon 🤗

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

    Sister while adding more operators first of all we will use BODMAS rule for solution am i right?

  • @rithiksingh7490
    @rithiksingh7490 2 года назад +5

    Mam...with this speed , we will learn python in about 1year. Please upload the video regularly. We got other stuffs also to cover

  • @AkshayaNampally-m1c
    @AkshayaNampally-m1c 5 месяцев назад +1

    Why we have to take int for weight
    Wt=input("Enter weight in kg : ")
    Height=input("Enter height in m: ")
    BMI=float(wt)/(height**2)
    print(BMI)

  • @ashikregins
    @ashikregins 2 года назад +3

    Mam I'm waiting for ur videos..But now finally u have uploaded mam thank u a lot mam....I hope u are fine...❤️.Take care

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

    #calculating BMI
    weight = float(input("Weight in kg: "))
    height = float(input("Height in meters: "))
    BMI = weight/(height ** 2)
    print("BMI = ",BMI)

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

    weight=input("Enter weight in kgs : ")
    height=input("Enter height in meters : ")
    BMI=float(weight)/(float(height)**2)
    print("BMI : "+str(BMI))

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

    weight=float(input("enter ur weight"))
    height=float(input("enter ur heihgt"))
    formula=weight/height**2
    print("BMI=",formula)

  • @priya-we2hg
    @priya-we2hg 2 года назад +2

    ""सफलता को पहली बार में सामना करने से मत 😊😊 डरो क्योंकि सफल गणित भी जीरो से शुरू हुआ था।""
    👍🏻👍🏻👍🏻Thank you mam 🙏🙏🙏 Excellent session👌 ❤❤❤🙏

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

    10:00 we can simply subtract 1 at the end of the given expression without using parenthesis and it will give 12.0 - 1=11.0

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

      we can use parenthesis for the 3-1 part as well....ma'am said by using parenthesis we shd get

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

    a = int(input("enter the weight"))
    b = float(input("enter the height"))
    bmi = a/b**b
    print(bmi)

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

    i/o
    input= weight
    input =height**2
    o/p
    weight =55
    height**2=1.77
    and the BMI = 31.0

  • @eshtejavathu3325
    @eshtejavathu3325 2 года назад +3

    Mam please upload videos regularly 🙏

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

    I really appreciate you mam because from past 1-2 months i was totally confused in operator precedence so after watching this lecture I have understand the topic of operator precedence and using the chatgpt i have created some random question for making my concept more stronger after solving 15-20 question now i can say i can easily solve any of operator precedence question with any nested or deeper precedence topic

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

      Can u tell me where is the assignments

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

    #BMI program
    weight=float(input("Enter your weight : "))
    height=float(input("Enter your height : "))
    bmi=weight/(height**2)
    print("Your BMI is",bmi)

  • @omarismail-qt7os
    @omarismail-qt7os Год назад

    my BIM program
    print("Welcom in the BMI program")
    height = input("Enter your height: ")
    weight = input("Enter your weight: ")
    BIM = float(weight)/(float(height)**2)
    print("Your BIM is:", BIM)
    if BIM 18.5 and BIM 25 and BIM = 30:
    print("you're in the obese range
    ")

  • @meryem4586
    @meryem4586 6 месяцев назад

    hight =input("enter your hight:")
    weight=input("enter your weight ")
    bm= int(weight)/(float(hight)**2)
    print(bm)

  • @Shariquehussain186
    @Shariquehussain186 6 месяцев назад

    weight=int(input("enter your age in kg= "))
    height=float(input("enter your height in m= "))
    bmi=float(weight/(height**2))
    print("BMI= ",bmi)

  • @vasubhalani1636
    @vasubhalani1636 10 месяцев назад +1

    for 11.0 print(5+2*(3-1)+10/ 5)

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

    number = input("enter a digits number: ")
    n1 = number[0]
    n2 = number[1]
    print(int(n1) + int(n2))

  • @M4RCOxJOD
    @M4RCOxJOD 2 года назад +2

    Mam please create videos on , computer graphics in 2nd year poly 🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

    love your way to educate the people

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

    # this program is bmi calculator
    # bmi=weight/(height pow 2)
    weight=int(input("enter your weight"))
    height=float(input("enter your height"))
    bmi=weight/(height**2)
    print("value for bmi =" + str(bmi))

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

    weight=int(input("enter the value of weight:"))
    height=float(input("enter the value of height in meters:"))
    BMI= weight/(height**2)
    print("the BMI alue is:",BMI)

  • @gaddamjyoshna1101
    @gaddamjyoshna1101 6 месяцев назад

    a=input("enter a value")
    Sum=int(a[0])+int(a[1])
    print(sum)

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

    weight=int(input("enter your weight in kg="))
    height=float(input("enter your height in meters="))
    print(weight/(height*2))

  • @Codewithyashraj
    @Codewithyashraj 2 года назад +2

    Cpp ka lecture bhi uploaded kariye

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

    That Equation changing For 11.0 output is
    5+2**3*1-10/5 =====> 11.0
    Simple....

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

    number=input("what is my bmi?")
    weight_kg=number[0]
    height_mtr=number[1]
    print(weight_kg/int(height_mtr)**(height_mtr))

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

    weight=input("weight in kg:")
    height=input("height in metres:")
    w=float(weight)
    h=float(height)
    BMI=(w//h**2)
    print(BMI)

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

    #formula to calculate body mass index
    #BMI = wieght / (hight * hieght)
    w = float(input("enter wieght in kg: "))
    h = float(input("enter your height in meter"))
    BMI = w / h ** 2
    print(f"Your Body Mass Index is: {BMI}")

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

    #calculating the Body mass index of an object
    weight_of_the_body=(input("enter the weight ofthe body")) #as in kg
    Height_of_the_body=(input("enter height of the body")) #as in m**2
    calculating_BMI=int(weight_of_the_body)/(float(Height_of_the_body)**2)
    print(calculating_BMI)

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

    kunal=input("enter your weight")
    kunaldas=input("enter your height")
    bmi=int(kunal)/float(kunaldas)**2
    print(bmi)

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

    Thank You "janny" to explain into a deep.

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

    user_input1 = int(input("enter your weight in kilograms: "))
    user_input2 =float(input("enter your height in metres: "))
    BMI = user_input1/(user_input2)**2
    print(BMI)
    if BMI < 18:
    print("your are in under weight category,kindly improve your weight through taking healthy foods.")
    elif BMI > 18 and BMI 25 and BMI < 30 :
    print("oh!!!,your are in over weight condition,kindly follow diet and do the workout daily.")
    elif BMI > 30 :
    print("hey user,your are in obesity condition right now,visit doctor and take the suitable treatment to reduce weight in heathy manner!!!")

  • @OMPRAKASH-uz8jw
    @OMPRAKASH-uz8jw Год назад +1

    number=input("enter the two digit number you want to print")
    sum=int(number[0])+int(number[1])
    print("the sum is :" +str(sum))

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

      Is the print function return values as a tuple

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

    Ma'am if I want to enter the values by the user then What changes I have to do that...
    Like...
    num=input("Enter the numbers :")
    num_1=num[0]
    num_2=num[1]
    print(int(num_1)/int(num_2))

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

    a=input ("Enter your weight in kg: ")
    b=input ("Enter your height in meter: ")
    w=int(a)
    h=float(b)
    bmi=w/(h**2)
    print ("BMI= "+"bmi")

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

    5+2*(3-1)+10/5=11 .0 mam. Thanks for your teaching mam

  • @doggasatya1784
    @doggasatya1784 6 месяцев назад

    Weight=int(input("enter your weight in kg"))
    Height=float(input("enter your height in meters"))
    bmi=weight/(height**2)
    Print(bmi)

  • @S____SSS
    @S____SSS 2 года назад +1

    Mam please upload notes of before and present video thanks for your videos

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

    w=int(input("Your weight in Kg: "))
    h=float(input("your height in cms: "))
    Bmi = w/(h**2)
    print(Bmi)

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

    number=input (''Enter a two digit number: '')
    result=int (number [0])+int (number [1])
    print(result)

  • @sidharthkaruvarath2532
    @sidharthkaruvarath2532 День назад

    #calculate BMI
    weight= float(input("Please,enter your body weight in kg: "))
    height= float(input("Please,enter your height in meters : "))
    bmi= weight / (height**2)
    print("Your body mass index is :",bmi)

  • @MonishaRajakumar-v8m
    @MonishaRajakumar-v8m Год назад

    calculating BMI value
    weight = input("enter your weight in kg: ")
    height = input("enter your height in cm")
    weight_in_int = int(weight)
    height_in_int = float(height)
    BMI = weight_in_int / ((height_in_int/100) ** 2)
    print("Your BMI: " + str("{:.2f}".format(BMI)))

  • @mr.smarty1661
    @mr.smarty1661 11 месяцев назад

    height=float(input("Enter your height: "))
    weight=int(input("Enter your weight: "))
    print("BMI","=",weight/height**2)

  • @AlgorithmCodings
    @AlgorithmCodings 2 года назад

    weight=input("Enter the your weight(kg): ")
    height=input("Enter the youyr height(m): ")
    BMI=int(weight)/(float(height)**2)
    print("Your body mass index:"+str(BMI))
    this also possible

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

    #arithmetic operators
    num1=int(input("Enter number 1 : "))
    num2=int(input("Enter number 2 : "))
    print("Addition of",num1,"and",num2,"is",num1+num2)
    print("Subtraction of",num1,"and",num2,"is",num1-num2)
    print("Multiplication of",num1,"and",num2,"is",num1*num2)
    print("Division of",num1,"and",num2,"is",num1/num2)
    print("Floor Division of",num1,"and",num2,"is",num1//num2)
    print("Modulus of",num1,"and",num2,"is",num1%num2)
    print("Exponential of",num1,"and",num2,"is",num1**num2)

  • @marimuthu_a
    @marimuthu_a 2 года назад +2

    Could you explain about socket programming using c language madam

    • @lavleshdubey3338
      @lavleshdubey3338 2 года назад

      i also want to learn socket programming in C and C++

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

    a=int(input("enter a weight of a person in Kgs: "))
    b=int(input("enter a height of a person in cm :"))
    #calculating a Body mass index (BMI)
    BMI = a/(b^2)
    print(BMI)

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

    Height=float(input("Enter Your Height"))
    Weight=float(input("Enter Your Weight"))
    print("Your BMI based on input values is " + str(Weight/(Height ** 2)))

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

    weight=int(input())
    height=float(input())
    bmi=weight/height**2
    print(float(bmi)

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

    num=input("give a any 3 numbers:")
    num1=num[0]
    num2=num[1]
    num3=num[2]
    print(float(num1)+float(num2)+float(num3))
    #o/p=answer.0

  • @BASITHKV-n7w
    @BASITHKV-n7w 11 месяцев назад

    #printing the BMI
    weight=int(input("enter a in weight in kg:"))
    height=float(input("enter a in height in meters:"))
    bmi=int(weight)/(float)(height**2)
    print('BMI:',bmi)

  • @Shahzaibali-sc3xw
    @Shahzaibali-sc3xw 8 месяцев назад

    wighet=input("Enter your weghit:")
    hight=input("enter your hight:")
    Wighet=int(wighet)
    Hight=float(hight)
    bmi=Wighet/(Hight*Hight)
    print(bmi)

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

    # BMI Calculator
    # Weight / height squared
    weight = int(input('Enter weight in kg: '))
    height = float(input('Enter height in meters: '))
    bmi = weight / height ** 2
    print("Your BMI is: " + str(bmi))

  • @nandinichourey1092
    @nandinichourey1092 2 года назад +1

    Ma'am when will next lecture come...can u tell about schedule of python videos...I mean timing and days ....

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

    P_W =float(input("what is your weight in kgs?"))
    P_H = float(input("what is your height in meters?"))
    BMI= P_W/(P_H **2)
    print("your body mass index is : " + str(BMI))

  • @rayomandgowadia3103
    @rayomandgowadia3103 2 года назад

    number=input("enter the value")
    first=number[0]
    second=number[1]
    sum = int(first) + int(second)
    print(sum)

  • @nandinichourey1092
    @nandinichourey1092 2 года назад

    Finally....python series back

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

    Thank You So Much

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

    I have just came up with simple code:
    num=input("enter number:")
    print(int(num[0]) +int(num[1]))

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

    var1 = input("Enter your height in meters: ")
    var2 = input("Enter your weight in kilograms: ")
    height = float(var1)
    weight = float(var2)
    BMI = weight/(height ** 2)
    print(BMI)

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

    Mam BMI not calculate correctly 🤕... It gives Type error.
    I put same formula. written as…
    weight=input ("weight in kg: ")
    height=input ("height in meter: ")
    BMI= (weight)/(height*height)
    print (BMI)

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

    #the formula for bmi is weight divided by the square of height
    x = int(input("enter your weight in kg: "))
    y = float(input("enter your height in meter: "))
    z = x /y ** 2
    print("your bmi is:" + str(z))

  • @Hari-oi5ej
    @Hari-oi5ej 2 года назад +1

    weight=int(input("enter weight= "))
    height=int(input("enter height= "))
    BMI=weight/height**2
    print(BMI)

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

    Thanks ma’m your method of teaching is really wonderful for me as I am non technical person and I have a hope to learn python language by this way
    But what about exercises to be given for testing our status chaterwise or I should be given exercises from where
    Hope you will realise my problem

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

    weight=input("enter your weight")
    height=input("enter your height")
    kg=int(weight)
    m=float(height)
    BMI=(kg/m**2)
    print(BMI)

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

    weight = int(input("enter your weight in kg :"))
    height = int(input("enter your height in m :"))
    sq_height = height**2
    BMI = weight/sq_height
    print(BMI)

  • @el-lite794
    @el-lite794 6 месяцев назад

    '''
    arithmetic operators are
    () highest priority
    *,/,//,% medimum priority
    +,- least priority
    and will always be solved from left to right...
    '''
    a = 12
    b = 110
    addition = (a + b)
    substraction = (a - b)
    multiplication = (a * b)
    division = (a / b)
    modulous = (a % b)
    floor = (a // b)
    power = (a ** b)
    print(addition)
    print(substraction)
    print(multiplication)
    print(division)
    print(modulous)
    print(floor)
    print(power)

  • @AlgorithmCodings
    @AlgorithmCodings 2 года назад

    weight=input("Enter the your weight(kg): ")
    height=input("Enter the youyr height(m): ")
    BMI=int(weight)/(float(height)**2)
    print("Your body mass index:")
    print(BMI)

  • @palsri5786
    @palsri5786 2 года назад +1

    Mam, Please make videos on HTML & JAVASCRIPT.

  • @use-t9t
    @use-t9t 4 месяца назад

    weight=input("pls enter your weight in kgs :")
    height=input("pls enter your height in meters :")
    BMI=int(weight)/(float(height)**2)
    print(BMI)

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

    Mam I had a doubt that if we give input as print(5//2)we get answers as 2 i think You will explain me this right in the comment section please....

  • @visionscenechannel667
    @visionscenechannel667 2 года назад

    Good Job, Great👍

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

    weight=int(input())
    height=float(input())
    BMI=weight/(height*height)
    print(BMI)

  • @hungercraving-h9o
    @hungercraving-h9o Год назад

    #body mass index
    height=float(input("enter Weight in (mtr):"))
    weight=float(input("enter Weight in (kg):"))
    BMS=weight/(height*height)
    print(f"bms:{BMS}")

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

    no = input("enter two digit no = ")
    Print(int(no[0]) + int(no[1]))

  • @jacobgeorge2511
    @jacobgeorge2511 2 года назад

    Thanku mam god bless you for the hard working 🥺🥺🥺🙏🏻

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

    Mam can u upload more more videos on python please mam ur videos are great

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

    #BMI =Body mass Index
    weight= int(input("Enter the weight in kg="))
    Height=float(input("Enter the Height in metre="))
    BMI=weight/(Height**2)
    print(BMI)

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

    weight=float(input("Enter your weight in KG : "))
    height=float(input("Enter your height in Meter : "))
    BMI=weight/height**2
    print(f"BMI of Weight {weight} and Height {height} is",BMI)

  • @dhirajsonawane5387
    @dhirajsonawane5387 2 года назад +1

    Please mam continue a python lecture

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

    # Calculate BMI:-
    weight= eval(input('weight in kg= '))
    height = eval(input('height in meters= '))
    BMI= round(weight/(height**2), 2)
    print('BMI=' , BMI)

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

    Today's assignment
    weight=int(input("enter a number"))
    height=float(input("enter a number"))
    c=weight/(height**2)
    print ("c",c)

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

    #BMI
    weight=int(input("Enterv your weight (in Kg)"))
    height=float(input("Enter your height(in Mtr ):"))
    BMI=weight/(height**2)
    print("Your Bmi is:",BMI)

  • @NikhilSingh-kw3ot
    @NikhilSingh-kw3ot 2 года назад +1

    Mam please 1 video daly uplode kriye jisse jaldi katam ho jaye, Mujhe bhut jada jrurat h please🙏🙏

  • @t.manojkumar
    @t.manojkumar 2 месяца назад

    a= Input ("Enter your Weight")
    b= Input ("Enter your Height")
    Weight = Int(a)
    Height = Int(b)
    BMI = Print(Weight/(Height**Height))

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

    tq mam

  • @sugreevuharshitha
    @sugreevuharshitha 2 года назад

    Mam you are really amazing

  • @vamsikrishna-q7u
    @vamsikrishna-q7u Год назад

    Weight_in_kg=int(input("enter your weight in kgs?
    "))
    height_in_meter=float(input("enter your height in meters?
    "))
    BMI=Weight_in_kg/height_in_meter**2
    print("your BMI is="+str(BMI))