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

python-if

时间:2019-12-09 12:12:23      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:if语句   语句   input   ror   变量   put   div   缩进   int   

_yourname = "ruijie"
yourname = input(yourname: )

if  yourname == _yourname:
    print("nice")
else:
   print("error")

1、一个=等于为变量赋值,两个==为运算符号中的等于;
2、if 后的条件语句要加冒号:;
3、if语句中一定要注意缩进的量级,只有在同一量级的语句才会被包括在if语句中。

python-if

标签:if语句   语句   input   ror   变量   put   div   缩进   int   

原文地址:https://www.cnblogs.com/ccip-ma/p/12009962.html

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