a = int(input("Digite o 1° numero>> "))
b = int(input("Digite o 2° numero>> "))
c = int(input("Digite o 3° numero>> "))
if (a > B) and (a > c):
print (a," é o maior numero")
if (b > a) and (b > c):
print(b," é o maior numero")
else:
print (c," é o maior numero")
Edited by fercosmig desabilitar emoticons & add tags
Question
weslleyh
desabilitar emoticons & add tags
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.