嵌套循环以及其分解和举例

Posted crystal0717

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了嵌套循环以及其分解和举例相关的知识,希望对你有一定的参考价值。

 1 ‘‘‘width=int(input("width="))       
 2 height=int(input("height="))     #用户输入高度
 3 num_height=1
 4 while num_height<=height:
 5     num_width=1
 6     while num_width<=width:
 7         print("*",end=" ")
 8         num_width+=1
 9     print()
10     num_height +=1‘‘‘
11 
12 """width=int(input("width="))       #用户输入宽度
13 height=int(input("height="))
14 num_height=1
15 while num_height<=height:
16     print("*")
17     num_height+=1""" 
18     
19 """width=int(input("width="))       #用户输入宽度
20 height=int(input("height="))
21 num_height=1
22 while num_height<=height:
23     print("*",end=" ")
24     num_height+=1"""
25     
26 """num=4
27 while num>0:
28     print("####")
29     num-=1"""

 

以上是关于嵌套循环以及其分解和举例的主要内容,如果未能解决你的问题,请参考以下文章

自学Linux Shell12.6-嵌套循环for命令

Python篇(一) 引号的作用及其区别

matlab里面的for循环嵌套

简化条件表达式

共享元素转换在父片段和子片段之间不起作用(嵌套片段)

使用嵌套片段和动画对象