码迷,mamicode.com
首页 > 编程语言 > 详细

Python if while continue break语句

时间:2019-09-01 01:14:51      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:密码   nbsp   pytho   family   条件   bsp   用户输入   python   用户   

五:执行一个操作

        提醒用户输入用户名和密码

        获取用户名和密码,检测用户名 name ,密码 root

  

 input 输入 input(“>>>”) 字符型

           int(input(“>>>”)) 转换为数字

 

  1. if 条件 :

   Print(“ok”)

   eles :

   Print(“Error”)

  1. if 支持嵌套
  2. if elif

If....

elif ..... :

elif ..... :

elif ..... :

else.... :

 4 .pass

If 1==1:

  Pass

Else:

  Print(“hello”)

 

While 循环

Continue 结束当前循环

break  结束整个循环

Python if while continue break语句

标签:密码   nbsp   pytho   family   条件   bsp   用户输入   python   用户   

原文地址:https://www.cnblogs.com/159357zzx/p/11441139.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!