Python学习1

发布时间 2023-10-23 20:15:30作者: latent_Lin

syntax

 

blocks

#statements->instruction
1.literal
90、"ONE" 2.operator 3.comment 4.variable store modify access 5.function
def add(n):
  #statement
  return n
6.keyword

 Write code in one of these three common ways:

Directly (python.exe)

Programs Script (text editor or Spyder)

Jupyter (IPython) notebook (as in labs