2. RUR-PLE ? ¶
- 그 경. . .
- Python 그 경.
- Python 기, . 고 결 기 . .
- 그 그 그 겠 -_-; 그 그 . 기 까 기 겠, 그 기 과 게 .( 그 게 게 ..) 그 그 간 .
4.4. 깅 ? ¶
- RUR-PLE 깅 .
- Play Play 과 기 step into . . 고 highlighting .
- Play 고 고 간 step into (play ) 그 간 .
- step into
- 그 간
4.7. if ¶
- next_to_a_beeper() : beeper true, false .
~cpp if next_to_a_beeper(): pick_beeper()
- if과 , repeat 과 .
4.7.1. else ¶
- front_is_clear() : true, false
- left_is_clear() :
- right_is_clear() :
- else .
~cpp def move_or_turn(): if front_is_clear(): move() else: turn_left()
- 그 그 게 . 기 게 . 기 5 5*4=20 ..
4.8.1. ¶
- 그 .
- 고 고 . 게 . 고 고..
~cpp # introducing vocabulary related to the problem next_to_a_carrot = next_to_a_beeper plant_carrot = put_beeper pick_carrot = pick_beeper def one_carrot_only(): if not next_to_a_carrot(): plant_carrot() # replace missing seed else: pick_carrot() if not next_to_a_carrot(): # oops! plant_carrot() # we had removed the only one
4.9. while ¶
- .
~cpp next_to_a_carrot = next_to_a_beeper plant_carrot = put_beeper pick_carrot = pick_beeper def one_carrot_only(): while next_to_a_carrot(): pick_carrot() # pick them all! plant_carrot() # replant only one
- harvest3.wld .
- while 개 2 개 경 게 .
4.11. Sorting ¶
- sort0_1.wld .
- 그 게 .
- 간게 2개 column 경 .
- sort0_2.wld .
- 그과 경 .
- sort1 .
- 그과 개 column .
- sort2 공개
5. 경 ¶
- sort1, sort2 게 /2005/RUR-PLE/경 .
- 05 군 sorting 결 경 . 01 sort2 결 sort1 결.
2005/RUR_PLE/