Python
发布日期:2021-08-14 17:36:08 浏览次数:10 分类:技术文章

本文共 469 字,大约阅读时间需要 1 分钟。

places=["paris","lendon","shanghai"];for place in places:    print(place) #   we use indentation rather than brackets to present domainfor place in places:    print(place.title()+", this is the most beautiful place i hava seen")    print("i am waiting for the the next time to see you:"+place.title()+".\n"

Python中表示域,不用括号,而是缩进!!!!,因此上述代码中两个print均在for 语句的作用域中

单行注释用#

再次强调,缩进在Python中不可以乱用。不可以平白无故的使用缩进,使用缩进时一定要注意从属关系

转载于:https://www.cnblogs.com/shaonianpi/p/9457788.html

转载地址:https://blog.csdn.net/weixin_30731287/article/details/95533847 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:犀牛Phinoceros 如何切换中文语言
下一篇:windows设置电脑的固定IP

发表评论

最新留言

关注你微信了!
[***.104.42.241]2024年11月28日 06时47分12秒