Automated grading of homework assignments and tests
- fork this repository
- solve the task
- commit with proper message
Create a "Person" class
Create a "Person" class. Create an attribute "name" in the "Person" class.
create an object named "person" whose name is "Ali"
create an object named "p1" whose name is "Anvar" create an object named "p2" whose name is "Shavkat"
Create an object named "p1" whose name is "Anvar" Create an object named "p2" whose name is "Shavkat" Create an object named "p3" whose name is "Jasur"
Add these objects to the "persons" named list
Create a "Person" class that has a name("name") and a age("age")
create an object named "person" whose name is "Ali", age is "25"
- don't copy other solutions or any solution
- don't remove comments