ej2.3.py

#!/usr/bin/python # -*- coding: utf-8 -*- horas = float(raw_input('Introduce horas? ')) tarifas = float(raw_input('Introduce tarifas? ')) print 'Salario, %.2f ' %(horas * tarifas)

1 Response

ddd

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.