Skip to content

Commit 24270c9

Browse files
committed
在小练习里增加操作台和删除无用信息
1 parent fc7314b commit 24270c9

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Chapter4/Chapter4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
小练习
5555
------
56+
5657
试试用循环做出如下的效果:
5758

5859
1. 重复输入三次数值,然后输出这三个数字的和。
@@ -63,4 +64,9 @@
6364

6465
4. 提示用户输入一个0到10之间的数字,只有输入5(正确答案)的时候才跳出循环,然后输出“答案正确”。
6566

67+
操作台:
68+
<lab lang="blocks" parameters="lists=false&color=false&functions=false&text=false&name=chapter4lab4">
69+
<notice>练习环境在此无法显示,请移步至[程谱 coderecipe.cn](https://coderecipe.cn/learn/1)查看。</notice>
70+
</lab>
71+
6672
学到这里,你就已经学完了几个程序的基本语句啦 👏👏👏~

Chapter5/Chapter5.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,12 @@
8181
2. 输入三个数字,原样储存在一个列表里后,再修改这个列表里的项目,给列表里的每个项目加1,最后输出出来
8282
3. 输入三个数字,输出它们的和
8383
4. 输入三段文字,倒序输出
84-
8584
提示:
8685
<cr type="hidden"><notice>隐藏内容功能在此无法正常显示,请移步至[程谱 coderecipe.cn](https://coderecipe.cn/learn/1)查看。</notice>倒序输出可以理解为在列表里倒序储存,也就是每一次插入都插入到列表的最前面而不是最后面</cr>
8786

87+
操作台:
88+
<lab lang="blocks" parameters="color=false&functions=false&text=false&name=chapter5lab5">
89+
<notice>练习环境在此无法显示,请移步至[程谱 coderecipe.cn](https://coderecipe.cn/learn/1)查看。</notice>
90+
</lab>
91+
8892
学到这里,你就已经学完了前5章的内容啦 👏👏👏~

Chapter6/Chapter6.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
2. 定义一个能从参数读取三个数字并返回它们的平均数的函数,并试着调用这个函数。
6060
3. 定义一个能计算三次方的函数,并用这个函数做一个三次方计算器。
6161

62-
提示:
63-
<cr type="hidden"><notice>隐藏内容功能在此无法正常显示,请移步至[程谱 coderecipe.cn](https://coderecipe.cn/learn/1)查看。</notice>倒序输出可以理解为在列表里倒序储存,也就是每一次插入都插入到列表的最前面而不是最后面</cr>
62+
操作台:
63+
<lab lang="blocks" parameters="color=false&name=chapter6lab4">
64+
<notice>练习环境在此无法显示,请移步至[程谱 coderecipe.cn](https://coderecipe.cn/learn/1)查看。</notice>
65+
</lab>
6466

6567
学到这里,你就已经学完了计算机的基础概念啦,接下来我们有一章帮助你更好的衔接今后的学习 👏👏👏~

0 commit comments

Comments
 (0)