feat: format codes

This commit is contained in:
2025-09-03 22:54:00 +08:00
parent 3cbd697e60
commit afe5995412
4 changed files with 13 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ class Person():
def __repr__(self):
return repr((self.name, self.age))
people = [
Person("tom", 22),
Person("jack", 11),