Guest User

Untitled

a guest
Dec 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: iso-8859-1 -*-
  3. # Created by Gh1r0
  4. percentuale = 20
  5. def scontato(importo,percentuale):
  6.     totale = importo * percentuale
  7.     return totale
Add Comment
Please, Sign In to add comment