Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
var n = 3 while n > 0 { print(n) n -= 1 } print("Liftoff!") var attempts = 0 repeat { attempts += 1 print("Attempt #\(attempts)") } while attempts < 3