Kodlamayı Öğren 1- Koşullu Tırmanış #029: Giriş, 'İf- Else– Swift Playgrounds

preview_player
Показать описание
Swift Playgrounds
Kodlamayı Öğren 1
İf- Else
Koşullu Tırmanış

#SwiftCode

for i in 1 ... 16 {
if isOnGem {
collectGem()
turnLeft()
} else {
moveForward()
}
}