Posts by Erick • 121 points
1 post
-
12
votes2
answers2077
viewsQ: What Class Does in Python
I’m new to programming but there’s one thing I don’t understand. What’s the point of class in Python? Because it seems to me that with function I can do everything without using class. I’ve already…