Python mendeklarasikan array tipe variabel

a :[str] = []
a.append("abc")
a.append("123")

print(a)
inibir