Table of Contents

Python - Statement (Instruction)

About

Language - Statement (Minimal unit of execution) in Python

Separator

; of end of line.

my_list = [3,2,1]
my_list = [3,2,1];