Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

if 'name' == 'main':

print("ingrese monto en soles : ")


soles = float(input())
print("dolar: ",soles/3.74)
print("euro : ",soles/4.53)

You might also like