Python Declare Type de type variable
a :[str] = []
a.append("abc")
a.append("123")
print(a)
inibir
a :[str] = []
a.append("abc")
a.append("123")
print(a)