feat: format codes
This commit is contained in:
@@ -8,6 +8,7 @@ class Person():
|
||||
def __repr__(self):
|
||||
return repr((self.name, self.age))
|
||||
|
||||
|
||||
people = [
|
||||
Person("tom", 22),
|
||||
Person("jack", 11),
|
||||
|
||||
Reference in New Issue
Block a user