Python第2天

今天学习的主要内容:

  1. pycharm专业版的安装和注册,采用注册码的方式注册。
  2. 运算符,+ — * / // % < > <=  >= != <> 。
  3. 基本数据类型 int
  4. and or
  5. 字符串的运用str,列表list,元组tuple,字典dict
原文地址:https://www.cnblogs.com/liuguangyu/p/10013832.html