Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project='abhishekk/session-2-4bd8a')
[jovian] Attempting to save notebook..

Lists

Lists are declared by just equating a variable to '[ ]' or list.

a = []
print(a)
[]

you can put variables in a row inside a list variables