print ("Nhap USD: ") USD = input() VND = USD * 23000 print(str(USD) + " USD" = " + str(VND) + " Đồng")