Untitled

 avatar
unknown
swift
3 years ago
61 B
7
Indexable
// write your code

var i = 0

while i < 4{
print(i)
i += 1
}
Editor is loading...