Learn practical skills, build real-world projects, and advance your career

jovian.commit(project='abhishekk/session-2')
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY:

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