python 为什么要用冒号

python为什么要使用冒号?下面给大家详细介绍一下:

相关推荐:《Python基础教程》

(1)如果“:”出现在函数定义语句末尾、if for while语句末尾,表示下面的代码块应当缩进,从属于if for while语句。

for i in range(10):
    print i #从属于for语句

(2)如果“:”出现在字典定义当中,用于分开键和值。

d = {'a':97, 'b':98, 'c':99}

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python 为什么要用冒号