plz plz plz answer the following
Attachments:
![](https://hi-static.z-dn.net/files/df7/f77fe10aeff6f7c46f2f4473f19e70cf.jpg)
Answers
Answered by
0
Answer:
please follow me
Explanation:
mark us me brainliest
Answered by
1
Answer:
num1 = float(input("Enter 1st number: "))
num2 = float(input("Enter 2nd number: "))
num3 = float(input("Enter 3rd number: "))
if (num1 >= num2) and (num1 >= num3):
lnum = num1
elif (num2 >= num1) and (num2 >= num3):
lnum = num2
else:
lnum = num3
print("The largest number among",num1,",",num2,"and",num3,"is: ",lnum)
Similar questions