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")