veronikaaa86

01. USD to BGN

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