#Program for convering pound into Euro
print("Converting Pound into Euro")
print() # This just to print empty place for neat looking
pound = int(input("Please enter amount of money you would like to convert into euro: "))
exchangeRate = float(input("Please enter the current pound-euro exchange rate: "))
print()
euro = pound//exchangeRate #This for caluclation
print("You will receive {0} Euros for your holiday.".format(euro))
En esta página del sitio puede ver el video en línea Python currency conversion program for beginners de Duración hora minuto segunda en buena calidad , que subió el usuario Tech Mum 2013 27 noviembre 2014, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 15,542 veces y le gustó 52 a los espectadores. Disfruta viendo!