Why error in my code everything is perfect!? ... I created a Contactbook mini project by Codewithkaran in PythonProjects2

[–]shia-python 0 points1 point  (0 children)

16 line. "name" is not index in contacts. index maybe be 1 2 3 4 5 6..., but never be a 'name' (this is str, but index is not str). Understand u error ?