Untitled

 avatar
unknown
plain_text
2 years ago
106 B
7
Indexable
print ("Nhap USD: ")
USD = input()
VND = USD * 23000

print(str(USD) + " USD" = " + str(VND) + " Đồng")
Editor is loading...