中英
  • 原声例句
  • 1

    Strings are captured in Python with an open quote and some sequence of characters followed by a closed quote.

    字符串Python中,是以一个开引号开始,然后后面是一系列的字符,以一个尾引号结束。

    计算机科学及编程导论课程节选 : 麻省理工公开课

  • 2

    Now, you might have said, gee, why didn't it just assume that I wanted to in fact treat these as strings, and combine them together?

    现在,你们可能会认为,伊,为什么Python不假设,我实际上想把这些对象当做字符串一样对待,然后把它们组合到一起呢?

    计算机科学及编程导论课程节选 : 麻省理工公开课

  • 3

    And it treats it as a string, it's simply getting me back 52*7 the value of that string, 52 times 7, rather than the value of it.

    这让Python把它当做字符串来对待,他返回给我了,一个字符串的值,而不是这个数的和。

    计算机科学及编程导论课程节选 : 麻省理工公开课

查看更多