Learn practical skills, build real-world projects, and advance your career
pm = 2
lis(ws)
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-12-ae6079867120> in <module> ----> 1 lis(ws) NameError: name 'lis' is not defined
len(list)
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-9-048c72a02711> in <module> ----> 1 len(list) TypeError: object of type 'type' has no len()
jovian.commit('project=aman2')
[jovian] Attempting to save notebook..