2025年6月29日初级编程26活动剪影

聪迪机器人俱乐部

<p class="ql-block"><b style="color:rgb(237, 35, 8);">本堂课内容:《神奇的画笔》</b></p><p class="ql-block"><b style="color:rgb(237, 35, 8);">本堂课内容:</b></p><p class="ql-block"><b style="color:rgb(176, 79, 187);">1、编程序,让画笔自动画图,用两种方法画正方形。</b></p><p class="ql-block"><b style="color:rgb(176, 79, 187);">2、思路提示:先画一条长度合适的边</b></p><p class="ql-block"><b style="color:rgb(176, 79, 187);">法一:移动 100步(瞬间完成)</b></p><p class="ql-block"><b style="color:rgb(176, 79, 187);">法二:移动 10 步重复10次(慢速完成)</b></p><p class="ql-block"><b style="color:rgb(176, 79, 187);">3、第一种方法:面向不同方向画4条边</b></p><p class="ql-block"><b style="color:rgb(176, 79, 187);">第二种方法:画出一条边重复4次</b></p><p class="ql-block"><b style="color:rgb(176, 79, 187);">重点:如何设置画笔旋转角度?</b></p>