Learn practical skills, build real-world projects, and advance your career
import jovian
jovian.commit()
[jovian] Attempting to save notebook..

List

List is the structure which contains the data in ordered manner

ls=[1,2,3,34,4,5,6,67]
type(ls)