Nome1 = str(input("Digite valor: "))
Nome2 = str(input("Digite valor: ")) if Nome1 ==Nome2:
print("São iguais!!!")
else:
print("São os diferentes")
Nome1 = str(input("Digite valor: "))
Nome2 = str(input("Digite valor: ")) if Nome1 ==Nome2:
print("São iguais!!!")
else:
print("São os diferentes")