3 lines
48 B
Swift
3 lines
48 B
Swift
for i in 1.stride(to: 10, by: 2) {
|
|
print(i)
|
|
}
|
for i in 1.stride(to: 10, by: 2) {
|
|
print(i)
|
|
}
|