veronikaaa86

01. USD to BGN

Oct 30th, 2022
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. usd = float(input())
  2.  
  3. bgn = usd * 1.79549
  4.  
  5. print(bgn)
Add Comment
Please, Sign In to add comment