Python For loop 循环
新手小白完全不懂。。只学过Java如何将Java的forloop转换成python的for(intx=5;x>=0;x--){for(inty=x;y>=0;y--){S...
新手小白 完全不懂。。只学过Java 如何将Java的for loop转换成 python的
for(int x = 5; x>=0;x--){
for(int y = x;y>=0;y--){
System.Out.Print("*")
}
System.Out.Println("")
} 展开
for(int x = 5; x>=0;x--){
for(int y = x;y>=0;y--){
System.Out.Print("*")
}
System.Out.Println("")
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询