usd = 12.5
rate = 1350

won = int(usd * rate)
print(won)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: