Advertisement
Guest User

new

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. hora = float(input('horas trabalhada : '))
  2. hora = ( hora * 5.00)
  3. print(' Valor a receber R$ {:.2f}'.format(hora))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement