码迷,mamicode.com
首页 > 其他好文 > 详细

The in operator

时间:2014-07-07 15:39:31      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   os   2014   cti   

The operators we have seen so far are all special characters like + and *, but there are a few operators that are words. in is a boolean operator that takes two strings and returns True if the first appears as a substring in the second:

 bubuko.com,布布扣                      

For example, the following function prints all the letters from word1 that also appear in word2:

 bubuko.com,布布扣

With well-chosen variable names, Python sometimes reads like English. You could read this loop, ‘for (each) letter in (the first) word, if (the) letter (appears) in (the second) word, print (the) letter.

 

from Thinking in Python

The in operator,布布扣,bubuko.com

The in operator

标签:style   blog   http   os   2014   cti   

原文地址:http://www.cnblogs.com/ryansunyu/p/3815190.html

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