Python日记(三)
Python日记(三)
1.if结构
1 | |
1 | |
1 | |
2.while语句
(注:只有Python中的while循环是跟有else的,目前的其他语言是没有的)
1 | |
1 | |
3.For循环语句
1 | |
1 | |
4.跳转语句
- break语句
- continue语句
- return语句
Python日记(三)
https://one-null-pointer.github.io/2022/08/23/Python日记(三)/
1 | |
1 | |
1 | |
(注:只有Python中的while循环是跟有else的,目前的其他语言是没有的)
1 | |
1 | |
1 | |
1 | |