Hey I'm currently learing python.I had written code to find largest among 3 numbers.Can anyone check the code will it work or not

后端 未结 0 326
别那么骄傲
别那么骄傲 2021-01-11 18:20
a=int(input(\'Enter the value of a\'))
b=int(input(\'Enter the value of b\'))
c=int(input(\'Enter the value of c\'))

if a>b>c:
    print(\'a is greatest\')
el         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题