Untitled

 avatar
user_8054914
plain_text
2 years ago
64 B
2
Indexable
let characters = ["C","A","T"]

for c in characters {
print(c)
}