首页 > 代码库 > [Python] 语法入门

[Python] 语法入门

  • Variables, which store values for later use
  • Data types, such as numbers and booleans
  • Whitespace, which separates statements
  • Comments, which make your code easier to read
  • Arithmetic operations, including +-*,/**, and %

[Python] 语法入门