- ---------------------------------------------------------------------------
- TypeError Traceback (most recent call last)
- <ipython-input-2-bae0c13eab71> in <module>()
- 1 array=[1,2,3,4,5]
- ----> 2array+1
-
- TypeError: can only concatenate list (not "int") to list