Getting an error:
AttributeError: module 'django.contrib.auth.views' has no attribute 'login'
Getting an error:
AttributeError: module 'django.contrib.auth.views' has no attribute 'login'
In question 2 of quiz, the option D is incorrect. append method returns none. Also arr[1:] slices without changing the actual list.
arr = arr[1:].append(arr[0])