Drawer

Currency Convertor

I try to convert PKR to USD here is my Code

#PKR to USD pkr=input("PKR: ") print(pkr) PKR=int(pkr) USD = PKR / 277.60 USD=round(USD, 2) print("USD: ", USD)

its tooooo basic 

Currency Convertor - image 1 - student project