File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 5353
5454小练习
5555------
56+
5657试试用循环做出如下的效果:
5758
58591 . 重复输入三次数值,然后输出这三个数字的和。
6364
64654 . 提示用户输入一个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学到这里,你就已经学完了几个程序的基本语句啦 👏👏👏~
Original file line number Diff line number Diff line change 81812 . 输入三个数字,原样储存在一个列表里后,再修改这个列表里的项目,给列表里的每个项目加1,最后输出出来
82823 . 输入三个数字,输出它们的和
83834 . 输入三段文字,倒序输出
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章的内容啦 👏👏👏~
Original file line number Diff line number Diff line change 59592 . 定义一个能从参数读取三个数字并返回它们的平均数的函数,并试着调用这个函数。
60603 . 定义一个能计算三次方的函数,并用这个函数做一个三次方计算器。
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学到这里,你就已经学完了计算机的基础概念啦,接下来我们有一章帮助你更好的衔接今后的学习 👏👏👏~
You can’t perform that action at this time.
0 commit comments