Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- progamming
- Playgrounds
- Swift
- 해당 비즈니스 및 사이트명을 포함할 수 있도록 페이지 텍스트를 편집하세요 - wix.com
- Generalizing a Funcetion
- allege
- Connect and Solve
- 2대 연결
- Learning
- BASIC
- 인앱 결제
- 컴터 연결
- 신세지다
- Uniting Worlds
- 렛츠톡 첫 화면
- 코린이
- 맥
- crank up and down
- SwiftUI
- 구글이 좋아하는 강한 SEO 작성 방법
- 코딩
- Making Your Own Portals
- collect the total
- Playground
- Grammarly
- feel torn
- 기초
- coding
- Polite
- obliged
Archives
- Today
- Total
목록parameter (1)
IT

#Moving Further Forward let expert = Expert() func move(distance: Int) { for i in 1 ... distance { expert.moveForward() } move(distance: 6) expert.turnRight() move(distance: 2) expert.turnRight() move(distance: 5) expert.turnLeft() move(distance: 5) expert.turnLeft() expert.turnLockUp() expert.turnLeft() move(distance: 3) expert.turnRight() move(distance: 3) expert.turnRight() move(distance: 4) ..
Learn to Code
2022. 6. 6. 00:06