Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 基本
(Python) 条件循环语句 - WHILE
Module:
(Python) 条件循环语句 - WHILE
Problem
8
/21
数字位数 - 3 - 修复程序
Problem
让我们尝试修复之前的任务。
为此,您需要将原始数字保存在其他变量中,例如
n1
。
在这种情况下,原始值不会丢失,我们将能够在输出中显示保存的值。
为此,请执行以下操作:
1. 在变量
n1
的第3行存储变量
n
的值;
2.在第7行的输出语句中,将变量
n
的值的输出替换为变量
n1
的值的输出;
3. 运行程序,查看运行结果。
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary