0
Tell me one thing if we can do certain thing by class and without class too,how should I go. I want to make a cricket program.
Cricket program contains name, age, runs of a player and his average. I need to do this for multiple entries and I wanna show all of them
4 Respuestas
+ 1
You can certainly do it with classes.
Please don't ask the same question twice
0
I can but question is about I should or not
0
You should.
- 1
Going by your progress on the Python course, I'd suggest trying it without classes first of all. They can be very hard to understand for a relative beginner.
If you are actually more advanced than that though and have more experience of coding, you could give it a go.