def converter(usd_val):
    inr_val=usd_val *83
    print(usd_val,"USD =",inr_val,"INR")

converter(73)

Embed on website

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