Magic function is not working

i just did the same as in video but it not showing any effect the name of the students are still not chagned they are showing the same student object(_) format

It is because you are using only single underscore _ but we have to use this twice __ . So we have to write it like __ str __(self):
Note : There is no space between underscores and str
I hope this is your doubt. If there is any other confusion pls feel free to ask.
Happy Coding !! :slight_smile: