Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Първо решение:
- usd = float(input())
- bgn = usd * 1.79549
- print(bgn)
- Второ решение:
- usd = float(input())
- print(usd * 1.79549)
- Тарикатско решение:)
- print(float(input()) * 1.79549)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement