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