Python program to find the largest of three numbers- by Mahesh Huddar

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ค. 2024
  • Python program to find the largest of three numbers
    Blog / Source Code: www.vtupulse.com/python-progr...
    Website: www.vtupulse.com
    Facebook: / vtupulse
    python program to find largest of 3 numbers,
    python program to find the largest of three numbers,
    python program to find largest of 3 given numbers,
    largest of three numbers in python,
    largest of three numbers in c using conditional operator,

ความคิดเห็น • 23

  • @Rsingh1
    @Rsingh1 3 ปีที่แล้ว +1

    Well explained

  • @bhaveshdalvi585
    @bhaveshdalvi585 3 ปีที่แล้ว +1

    Sir can we use the ternary operator syntax here

  • @thanks.sivasaikrishna3265
    @thanks.sivasaikrishna3265 2 ปีที่แล้ว +2

    If any two numbers equal in the above question ⁉️ what it prints?
    Ex:n1 and n2 are equal and n3 is smaller than what is the output

  • @rajarshisaha165
    @rajarshisaha165 3 ปีที่แล้ว +2

    You should add one thing lastly...
    Elif n1=n2=n3:
    Print ("the numbers are same")
    ......

  • @jkp7277
    @jkp7277 3 ปีที่แล้ว +1

    Sir I have one doubt If n1=2;n2=3;n3=3 then what is the output?

  • @praphullak194
    @praphullak194 3 ปีที่แล้ว +1

    Sir can i get notes for application development of python , vtu 2018 scheme ???

  • @shivamkadam848
    @shivamkadam848 3 ปีที่แล้ว

    what if we are asked to use only "if" statement???

    • @samtheratt
      @samtheratt 3 ปีที่แล้ว +1

      u cant because for 3 number we have to use elif and they wont ask such a question

  • @smtarekul4659
    @smtarekul4659 ปีที่แล้ว

    Thank You ❤️

    • @MaheshHuddar
      @MaheshHuddar  ปีที่แล้ว

      Welcome
      Do like share and subscribe

  • @praveensuthar4416
    @praveensuthar4416 3 ปีที่แล้ว +1

    Agar tino value 0 (zero) dale to ?

  • @amnahansari4083
    @amnahansari4083 2 ปีที่แล้ว

    thank you sooooooooo much

    • @MaheshHuddar
      @MaheshHuddar  2 ปีที่แล้ว

      Welcome
      Do like share and subscribe

  • @kumudkumar904
    @kumudkumar904 ปีที่แล้ว

    thank you

    • @MaheshHuddar
      @MaheshHuddar  ปีที่แล้ว

      Welcome
      Do like share and subscribe

  • @virusalert9951
    @virusalert9951 3 ปีที่แล้ว

    in which python u python screen visible like ur screen.

  • @manishabatham5131
    @manishabatham5131 2 ปีที่แล้ว

    Hi sir find a no. Greatest three digit no.

  • @aravindwhatsappstatus5239
    @aravindwhatsappstatus5239 2 ปีที่แล้ว

    1st Input 257
    2nd input 352
    Tell me code bro