My Snippets
Search Engine
Light Mode
Untitled
unknown
swift
a year ago
61 B
3
Indexable
Never
// write your code var i = 0 while i < 4{ print(i) i += 1 }