You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/tutorials/zh-Hans/repeating-with-loops.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ import AnnotatedLine from "../../../components/AnnotatedLine/index.astro";
26
26
27
27

28
28
29
-
绘制每个形状都写一行新代码将会非常繁琐。相反的,我们可以使用 *loops*(循环),它允许我们执行并重复代码块任意次数。在本教程中,我们使用循环和数组来创建。[a racing caterpillar sketch](https://editor.p5js.org/gbenedis@gmail.com/sketches/BrmtZ36ET).
29
+
绘制每个形状都写一行新代码将会非常繁琐。相反的,我们可以使用 *loops*(循环),它允许我们执行并重复代码块任意次数。在本教程中,我们使用循环和数组来创建。[a racing caterpillar sketch](https://editor.p5js.org/gbenedis@gmail.com/sketches/BrmtZ36ET).
30
30
31
31

0 commit comments