【相关学习推荐:python教程】
python中的分支有三种形式,分别是:
1、if
#!/usr/bin/env python #-*- coding:utf-8 -*- user=input('Please input your username : ') if user=='admin':5 print('Nice')
2、 if ... else ...
#!/usr/bin/env python #-*- coding:utf-8 -*- user=input('Please input your username : ') pass=input('Please input your password: ') if user=='admin' and pass=='123456': print('Good') else: print('Bad')
3、if ... elif ... else ...
#!/usr/bin/env python #-*- coding:utf-8 -*- grade=(prompt='Please input your grade') if grade>=85: print('Great') elif garde<85 and grade>=70: print('Good') else grade<70: print('Bad')
名称栏目:创新互联Python教程:python中的分支有几种形式
网站路径:http://www.mswzjz.cn/qtweb/news36/427086.html
攀枝花网站建设、攀枝花网站运维推广公司-贝锐智能,是专注品牌与效果的网络营销公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 贝锐智能