python开发--以练促学

Preface:

It's believed that common memories get people more colsed,
let alone the efforts we paid in study will enable us in  becoming better self.
This page is uniquely built for Yue'e, a charming girl with a studious heart.
Hope these would help her anyway, and enjoy herself in the coding world.
 

 day 1: 从控制台读取任意个整数,以空格键分隔,以回车键结束输入,然后把最大的整数输出到控制台

目标:

1、熟悉简单的控制台输入输出处理

2、掌握控制流语句的使用(if,while,for等)

3、掌握使用列表处理数据的常用方法


day 2: 从控制台读取任意个整数,以空格键分隔,以回车键结束输入,然后把输入的整数按照从小到大顺序输出到控制台

目标:

1、强化控制流语句的使用(if,while,for等)

2、体会数据处理的一般方法

猜你喜欢

转载自www.cnblogs.com/Arnold-Zhang/p/12819222.html