Computer Science, asked by saichandana15, 4 months ago

plz plz plz answer the following​

Attachments:

Answers

Answered by Akhilamol
0

Answer:

please follow me

Explanation:

mark us me brainliest

Answered by hemashree200527
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