美文网首页
Python Notes: Basic Data Types

Python Notes: Basic Data Types

作者: 黑人不是牙膏 | 来源:发表于2017-05-12 18:48 被阅读0次

    There are 6 basic data types in Python, following are these:

    • Number(数字)
    • String(字符串)
    • List(列表)
    • Tuple(元组)
    • Sets(集合)
    • Dictionary(字典)

    1. Number

    相关文章

      网友评论

          本文标题:Python Notes: Basic Data Types

          本文链接:https://www.haomeiwen.com/subject/tvcatxtx.html