Untitled
plain_text
a month ago
106 B
1
Indexable
Never
print ("Nhap USD: ") USD = input() VND = USD * 23000 print(str(USD) + " USD" = " + str(VND) + " Đồng")
print ("Nhap USD: ") USD = input() VND = USD * 23000 print(str(USD) + " USD" = " + str(VND) + " Đồng")