day05 data type (top)

day05 data type (top)

The next 3 days of courses are to explain the knowledge points of data types, common data types:

  • int, integer type (integer)
  • bool, boolean type
  • str, string type
  • list, list type
  • tuple, tuple type
  • dict, dictionary type
  • set, collection type
  • float, floating point type (floating point type)

Each data type has its own characteristics and application scenarios. In the future development, it is necessary to select the appropriate data type according to the actual development situation.

Guess you like

Origin blog.csdn.net/qq_49821869/article/details/113574341