simeonshopov

pounds to dollars

Nov 25th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. pounds = int(input())
  2. print(f'{(pounds * 1.31):.3f}')
Advertisement
Add Comment
Please, Sign In to add comment