Largest Of Three Number


x=int(input("enter first number"))
y=int(input("Enter the second number"))
z=int(input("Enter the third number"))
if(x>=y and x>=z):       
    max=x;
elif(y>=x and y>=z):
    max=y;
else:
    max=z;
print(max," is the largest of three  numbers");





For Other Programs Visit The WebSite:-   https://www.techapurba.com/


Follow Me On Social Media :-

Instagram link :- https://www.instagram.com/apurba_khanra/
INSTA photography page :- https://www.instagram.com/photo_mania_hub/
Twitter link : - https://twitter.com/ApurbaKhanra199
Facebook page link (Crazy Coders) :-https://www.facebook.com/codercrazy/?modal=admin_todo_tour

Insta photography link :- https://www.instagram.com/photo_mania_hub/

Facebook link :- https://www.facebook.com/profile.php?id=100009747586288
FB photography page :-  https://www.facebook.com/photomaniahub/?modal=admin_todo_tour
For tech related videos visit my other website :- https://apurbatechinfo.blogspot.com/

Post a Comment

0 Comments